Function flipperzero_sys::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