furi_delay_until_tick

Function furi_delay_until_tick 

Source
pub unsafe extern "C" fn furi_delay_until_tick(
    tick: u32,
) -> FuriStatus
Expand description

Delay until tick

This should never be called in interrupt request context.

§Arguments

  • tick (direction in) - The tick until which kernel should delay task execution

§Returns

The furi status.