Go to the source code of this file.
Functions | |
| void | Watchdog_Clr (void) |
| Clear the watchdog timer. | |
| void | Watchdog_Timeout (void) |
| This procedure is called on a watchdog time out. | |
| void | Watchdog_Init (void) |
The watchdog timer expiers aproximatlay every second and causes a restart of the cpu. The idle task clears regulary the watch dog counter. If the idle task is not scheduled for a long time, the cpu performs a restart.
Definition in file wdt.h.
1.4.6