Function esp_idf_svc::sys::vSemaphoreDeleteWithCaps

source ·
pub unsafe extern "C" fn vSemaphoreDeleteWithCaps(
    xSemaphore: *mut QueueDefinition,
)
Expand description

@brief Deletes a semaphore previously created using one of the xSemaphoreCreate…WithCaps() functions

@param xSemaphore A handle to the semaphore to be deleted.