File nut/dev/watchdog.c


Included Files


Global Function NutWatchDogDisable()

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

Global Function NutWatchDogEnable()

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

Global Function NutWatchDogRestart()

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

Global Function NutWatchDogStart()

uint32_t NutWatchDogStart ( uint32_t ms, uint32_t xmode )
Prototyped in: nut/include/dev/watchdog.h
Calls: AvrWatchDogStart() nut/arch/avr/dev/wdt_avr.c