[][src]Function cmsis_rtos2::cmsis_os2::osEventFlagsDelete

pub unsafe extern "C" fn osEventFlagsDelete(
    ef_id: osEventFlagsId_t
) -> osStatus_t

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.