pub unsafe extern "C" fn furi_event_loop_timer_restart(
timer: *mut FuriEventLoopTimer,
)Expand description
Restart a timer with the previously set interval.
ยงArguments
timer(direction in, out) - pointer to the timer instance to be restarted
pub unsafe extern "C" fn furi_event_loop_timer_restart(
timer: *mut FuriEventLoopTimer,
)Restart a timer with the previously set interval.
timer (direction in, out) - pointer to the timer instance to be restarted