Go to the source code of this file.
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. |