flipperzero_sys

Function furi_event_loop_timer_start

Source
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)started
  • interval (direction in) - timer interval in ticks