Function furi_timer_is_running
Source pub unsafe extern "C" fn furi_timer_is_running(
instance: *mut FuriTimer,
) -> u32
Expand description
Is timer running
This cal may and will return obsolete timer state if timer
commands are still in the queue. Please read FreeRTOS timer
documentation first.
§Arguments
instance - The pointer to FuriTimer instance
§Returns
0: not running, 1: running