|
QLIB-function: QAPIWatchdogDisable
The QAPIWatchdogDisable function disables the watchdog board.
void QAPIWatchdogDisable (void);
Return value
None.
Commands
This function scans the system for the first watchdog board which was found in the system. The search for a watchdog card happens in the following order :
1. USBWDOG 1/2/3 2. PWDOG 1/2 3. WATCHDOG 1/2 4. WATCHDOG 3
After the deactivation the watchdog board is in the original state and both LED's are unlit.
Back to the QLIB overview
|