furi_event_loop_timer_stop

Function furi_event_loop_timer_stop 

Source
pub unsafe extern "C" fn furi_event_loop_timer_stop(
    timer: *mut FuriEventLoopTimer,
)
Expand description

Stop a timer without firing its callback.

It is safe to call this function on an already stopped timer (it will do nothing).

ยงArguments

  • timer (direction in, out) - pointer to the timer instance to be stopped