void vm_timer_delete_hisr( VM_TIMER_ID_HISR timer_id );
void vm_timer_delete_hisr( VM_TIMER_ID_HISR timer_id );
Delete a HISR timer. Deleting a HISR timer inside the HISR callback execution may cancel a timer that is in expired state but the callback function has not yet been serviced. It cannot be used to delete other types of timers.
|
Parameters |
Description |
|
VM_TIMER_ID_HISR timer_id |
[IN] The HISR timer ID, which is the return value of vm_timer_create_hisr(). |
void
Refer to vm_timer_create_hisr code example.
vmtimer.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.