[][src]Function cmsis_rtos2::cmsis_os2::osThreadFlagsClear

pub unsafe extern "C" fn osThreadFlagsClear(flags: u32) -> u32

Clear the specified Thread Flags of current running thread. \param[in] flags specifies the flags of the thread that shall be cleared. \return thread flags before clearing or error code if highest bit set.