Function flipperzero_sys::furi_delay_us
source · [−]pub unsafe extern "C" fn furi_delay_us(microseconds: u32)Expand description
Delay in microseconds
Implemented using Cortex DWT counter. Blocking and non aliased.
@param[in] microseconds microseconds to wait