
Go to the source code of this file.
Defines | |
| #define | NUT_WDT_FREQ 1165000 |
| Watchdog oscillator frequency. | |
Functions | |
| uint32_t | AvrWatchDogStart (uint32_t 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. | |