pub unsafe extern "C" fn furi_event_loop_timer_start(
timer: *mut FuriEventLoopTimer,
interval: u32,
)Expand description
Start a timer or restart it with a new interval.
ยงArguments
timer(direction in, out) - pointer to the timer instance to be (re)startedinterval(direction in) - timer interval in ticks