pitx-sp_wd - pITX-SP Watchdog timer driver
pitxWdtEnable( ) - Enable Watchdog timer
pitxWdtDisable( ) - Disable watchdog
pitxWdtTrigger( ) - Trigger watchdog
This driver provides functions to control CPLD watchdog.
For details see: KTD-S0003-C pITX-SP Software Guide
pitxWdtEnable( ) - Enable Watchdog timer
STATUS pitxWdtEnable(UINT32 timeout)
This routine enables and starts the watchdog timer. The valid input values are :
1 sec, 5 sec, 10 sec, 1 min, 5 min, 10 min
timeout - time value in msecs
OK or ERROR, if parameter is incorrect
pitx
pitxWdtDisable( ) - Disable watchdog
void pitxWdtDisable(void)
This routine deactivates the watchdog timer
NONE
N/A
pitx
pitxWdtTrigger( ) - Trigger watchdog
void pitxWdtTrigger(void)
This function triggers the previously activated watchdog timer
N/A
pitx