furi_delay_tick

Function furi_delay_tick 

Source
pub unsafe extern "C" fn furi_delay_tick(ticks: u32)
Expand description

Delay execution

This should never be called in interrupt request context.

Also keep in mind delay is aliased to scheduler timer intervals.

ยงArguments

  • ticks (direction in) - The ticks count to pause