代码搜索结果
找到约 8,517 项符合
Watchdog 的代码
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
Atmel Wireless
watchdog.lnp
"watchdog.obj"
TO "watchdog"
RAMSIZE(256)
watchdog.lst
C51 COMPILER V6.14h WATCHDOG 08/30/2001 15:36:06 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)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
watchdog.h
/*
* Generic watchdog defines. Derived from..
*
* Berkshire PC Watchdog Defines
* by Ken Hollis
*
*/
#ifndef _LINUX_WATCHDOG_H
#define _LINUX_WATCHDOG_H
#include