Function osEventFlagsGet

Source
pub unsafe extern "C" fn osEventFlagsGet(
    ef_id: osEventFlagsId_t,
) -> u32
Expand description

Get the current Event Flags. \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. \return current event flags.