INT32S DRV_WatchdogStop(PTR_T DeviceHandle);
Stops the watchdog, i.e. stop counting and interrupt function.
|
Name |
Direction |
Range |
Description |
|
DeviceHandle |
input |
default |
The pointer retrieved from the DRV_DeviceOpen which specifies the target device. |
|
1. 0 |
Successful. |
|
2. InvalidDriverHandle |
The DriverHandle is NULL. |