Function osDelay

Source
pub unsafe extern "C" fn osDelay(ticks: u32) -> osStatus_t
Expand description

Wait for Timeout (Time Delay). \param[in] ticks \ref CMSIS_RTOS_TimeOutValue “time ticks” value \return status code that indicates the execution status of the function.