flipperzero_sys

Function furi_timer_stop

Source
pub unsafe extern "C" fn furi_timer_stop(
    instance: *mut FuriTimer,
) -> FuriStatus
Expand description

Stop timer

This is synchronous call that will be blocked till timer queue processed.

§Arguments

  • instance - The pointer to FuriTimer instance

§Returns

The furi status.