Functions | |
uint32_t | Avr32WatchDogStart (uint32_t ms) |
Start the AVR32 hardware watch dog timer. | |
void | Avr32WatchDogRestart (void) |
Re-start the AVR32 hardware watch dog timer. | |
void | Avr32WatchDogDisable (void) |
Disable the AVR32 hardware watch dog timer. | |
void | Avr32WatchDogEnable (void) |
Enable the AT91 hardware watch dog timer. |
Start the AVR32 hardware watch dog timer.
For portability, applications should use the platform independent Watchdog Driver API.
References Avr32WatchDogDisable(), Avr32WatchDogRestart(), MAX_US_TIMEOUT_PERIOD, MIN_US_TIMEOUT_PERIOD, NUT_HWCLK_SLOW_CLOCK, and NutArchClockGet().
Referenced by NutWatchDogStart().
void Avr32WatchDogRestart | ( | void | ) |
Re-start the AVR32 hardware watch dog timer.
For portability, applications should use the platform independent Watchdog Driver API.
Referenced by Avr32WatchDogEnable(), Avr32WatchDogStart(), and NutWatchDogRestart().
void Avr32WatchDogDisable | ( | void | ) |
Disable the AVR32 hardware watch dog timer.
For portability, applications should use the platform independent Watchdog Driver API.
Referenced by Avr32WatchDogStart(), and NutWatchDogDisable().
void Avr32WatchDogEnable | ( | void | ) |
Enable the AT91 hardware watch dog timer.
For portability, applications should use the platform independent Watchdog Driver API.
References Avr32WatchDogRestart().
Referenced by NutWatchDogEnable().