pub unsafe extern "C" fn furi_event_loop_timer_free(
timer: *mut FuriEventLoopTimer,
)Expand description
Delete an event loop timer instance.
The user code MUST call furi_event_loop_timer_free() on ALL instances associated with the current event loop BEFORE calling furi_event_loop_free(). The event loop may EITHER be running OR stopped when the timers are being deleted.
ยงArguments
timer(direction in, out) - pointer to the timer instance to be deleted