|
#define | XSCUWDT_H |
| < prevent circular inclusions More...
|
|
#define | XScuWdt_IsWdtExpired(InstancePtr) |
| This function is used to check if the watchdog has timed-out and the last reset was caused by the watchdog reset. More...
|
|
#define | XScuWdt_IsTimerExpired(InstancePtr) |
| This function is used to check if the watchdog counter has reached 0 in timer mode. More...
|
|
#define | XScuWdt_RestartWdt(InstancePtr) |
| Re-start the watchdog timer. More...
|
|
#define | XScuWdt_LoadWdt(InstancePtr, Value) |
| Write to the watchdog timer load register. More...
|
|
#define | XScuWdt_SetWdMode(InstancePtr) |
| Put the watchdog timer in Watchdog mode by setting the WD mode bit of the Watchdog control register. More...
|
|
#define | XScuWdt_SetTimerMode(InstancePtr) |
| Put the watchdog timer in Timer mode by writing 0x12345678 and 0x87654321 successively to the Watchdog Disable Register. More...
|
|
#define | XScuWdt_GetControlReg(InstancePtr) |
| Get the contents of the watchdog control register. More...
|
|
#define | XScuWdt_SetControlReg(InstancePtr, ControlReg) |
| Write to the watchdog control register. More...
|
|
#define | XScuWdt_EnableAutoReload(InstancePtr) |
| Enable auto-reload mode. More...
|
|