Collaboration diagram for Watchdog:
Defines | |
#define | NUT_WDT_FREQ 1165000 |
Watchdog oscillator frequency. | |
Functions | |
u_long | AvrWatchDogStart (u_long ms) |
Start the AVR hardware watch dog timer. | |
void | AvrWatchDogRestart (void) |
Re-start the AVR hardware watch dog timer. | |
void | AvrWatchDogDisable (void) |
Disable the AVR hardware watch dog timer. | |
void | AvrWatchDogEnable (void) |
Enable the AVR hardware watch dog timer. |
|
Start the AVR hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API.
|
|
Re-start the AVR hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API. |
|
Disable the AVR hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API. |
|
Enable the AVR hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API. |