esp_idf_sys

Function 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.