[][src]Function cmsis_rtos2::cmsis_os2::osThreadFlagsWait

pub unsafe extern "C" fn osThreadFlagsWait(
    flags: u32,
    options: u32,
    timeout: u32
) -> u32

Wait for one or more Thread Flags of the current running thread to become signaled. \param[in] flags specifies the flags to wait for. \param[in] options specifies flags options (osFlagsXxxx). \param[in] timeout \ref CMSIS_RTOS_TimeOutValue or 0 in case of no time-out. \return thread flags before clearing or error code if highest bit set.