The os_tmr_kill function deletes the timer identified by the function argument. timer is a user timer that was created using the os_tmr_create function. If you delete the timer before it expires, the os_tmr_call callback function does not get called. The os_tmr_kill function is in the RL-RTX library. The prototype is defined in rtl.h. - Do not call os_tmr_kill for an expired user timer. It has already been deleted by the system.
|