Collaboration diagram for Watchdog Functions:
Functions | |
u_long | At91WatchDogStart (u_long ms, u_long xmode) |
Start the AT91 hardware watch dog timer. | |
void | At91WatchDogRestart (void) |
Re-start the AT91 hardware watch dog timer. | |
void | At91WatchDogDisable (void) |
Disable the AT91 hardware watch dog timer. | |
void | At91WatchDogEnable (void) |
Enable the AT91 hardware watch dog timer. |
|
Start the AT91 hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API. |
|
Re-start the AT91 hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API. |
|
Disable the AT91 hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API. |
|
Enable the AT91 hardware watch dog timer. For portability, applications should use the platform independent Watchdog Driver API. |