esp_idf_svc::sys

Function vQueueDeleteWithCaps

Source
pub unsafe extern "C" fn vQueueDeleteWithCaps(
    xQueue: *mut QueueDefinition,
)
Expand description

@brief Deletes a queue previously created using xQueueCreateWithCaps()

@param xQueue A handle to the queue to be deleted.