代码搜索结果

找到约 8,517 项符合 Watchdog 的代码

watchdog.c

void dog ( ) /* 初始化看门狗*/ { cs=1; delay(1); cs=0; delay(1); cs=1; outbyt(da); /*向看门狗存储器写入一字节*/ int

watchdog.txt

; generated by ARM C Compiler, ADS1.2 [Build 805] ; commandline [-errors .\err\watchdog.err -O0 -asm -g+ -cpu 5TEJ -fs -Wd -Ec -I.\include "-IC:\Program Files\ARM\ADSv1_2\INCLUDE"]

watchdog.h

#ifndef __WATCHDOG_H__ #define __WATCHDOG_H__ #ifdef __cplusplus extern "C" { #endif void Ch8_WDT_Test(void); void __irq Wdt_Batflt_Int(void); #ifdef __cplusplus } #endif #endif /*

watchdog.err

"src\watchdog.c", line 48: Warning: C2917W: no side effect in void context: 'unary *' src\watchdog.c: 1 warning, 0 errors, 0 serious errors

watchdog.c

//================================================ // Watch-dog timer Interrupt Request Test // Watchdog.c 24a0A //================================================ #include "24a0addr.h" #include

watchdog.v

//WatchDog counter module watchdog( clk, rst_n, wdval, wden, wdi, // wdf, wdo ); input clk,rst_n; input wden;//watchdog enable input wdi;//watchdog refresh // output wdf;//w

watchdog.h

//*************************************************************** // ARM BOOT ROUTE VER1.0@0x0C000000 for 44B0X release // bjwork2007@gmail.com // chenjun @ 2005-6-10 //************************

watchdog.c

//*************************************************************** // ARM BOOT ROUTE VER1.0@0x0C000000 for 44B0X release // bjwork2007@gmail.com // chenjun @ 2005-6-10 //************************