Function osEventFlagsNew

Source
pub unsafe extern "C" fn osEventFlagsNew(
    attr: *const osEventFlagsAttr_t,
) -> osEventFlagsId_t
Expand description

Create and Initialize an Event Flags object. \param[in] attr event flags attributes; NULL: default values. \return event flags ID for reference by other functions or NULL in case of error.