void vm_wdt_stop( VM_WDT_HANDLE handle );
void vm_wdt_stop( VM_WDT_HANDLE handle );
Stops the watchdog timer.
|
Parameters |
Description |
|
VM_WDT_HANDLE handle |
[IN] The watchdog handle returned from vm_wdt_start(). |
void
VM_WDT_HANDLE handle = vm_wdt_start(1000); // Do something. vm_wdt_reset(handle); // Done with the watchdog timer. vm_wdt_stop(handle);
vmwdt.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.