File nut/dev/watchdog.c


Included Files


Global Function NutWatchDogDisable()

void NutWatchDogDisable ( void )
Prototyped in: nut/include/dev/watchdog.h
Calls: AvrWatchDogDisable()

Global Function NutWatchDogEnable()

void NutWatchDogEnable ( void )
Prototyped in: nut/include/dev/watchdog.h
Calls: AvrWatchDogEnable()

Global Function NutWatchDogRestart()

void NutWatchDogRestart ( void )
Prototyped in: nut/include/dev/watchdog.h
Calls: AvrWatchDogRestart()

Global Function NutWatchDogStart()

u_long NutWatchDogStart ( u_long ms, u_long xmode )
Prototyped in: nut/include/dev/watchdog.h
Calls: AvrWatchDogStart()