Function esp_idf_sys::vSemaphoreDeleteWithCaps

source ·
pub unsafe extern "C" fn vSemaphoreDeleteWithCaps(
    xSemaphore: SemaphoreHandle_t,
)
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.