INT32S DRV_WatchdogStart(PTR_T DeviceHandle);
Initiates the watchdog.
|
Name |
Direction |
Range |
Description |
|
DeviceHandle |
input |
default |
The pointer retrieved from the DRV_DeviceOpen which specifies the target device. |
|
1. 0 |
Successful. |
|
2. InvalidDeviceHandle |
The DeviceHandle is NULL. |