Function osEventFlagsDelete

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

Delete an Event Flags object. \param[in] ef_id event flags ID obtained by \ref osEventFlagsNew. \return status code that indicates the execution status of the function.