代码搜索结果
找到约 8,517 项符合
Watchdog 的代码
watchdog.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
watchdog.plg
礦ision2 Build Log
Project:
C:\人邮\Keilc51资源程序\ds320_wdt\watchdog.uv2
Project File Date: 08/27/2001
Output:
watchdog.ini
define long resetCounter
resetCounter = 0;
func void Watchdog_Counter()
{
printf("\n The Watchdog timer has been reset %d times\n", resetCounter++);
}
watchdog.c
/*------------------------------------------------------------------------------
watchDog.c : Sample Program that demonstrates the watchdog timer for the
following microcontrollers
Dallas Semicon
watchdog.lnp
"watchdog.obj"
TO "watchdog"
RAMSIZE(256)
watchdog.lst
C51 COMPILER V6.14h WATCHDOG 08/31/2001 12:56:29 PAGE 1
C51 COMPILER V6.14h, COMPILATION OF MODULE WATCHDOG
OBJECT MODULE PLACED
watchdog.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }