Function esp_idf_sys::vEventGroupDelete

source ·
pub unsafe extern "C" fn vEventGroupDelete(
    xEventGroup: EventGroupHandle_t,
)
Expand description

Delete an event group that was previously created by a call to xEventGroupCreate(). Tasks that are blocked on the event group will be unblocked and obtain 0 as the event group’s value.

@param xEventGroup The event group being deleted.