Function flipperzero_sys::furi_timer_stop

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

Stop timer

This is asynchronous call, real operation will happen as soon as timer service process this request.

§Arguments

  • instance - The pointer to FuriTimer instance

§Returns

The furi status.