Function esp_idf_svc::sys::vQueueDelete
source ยท pub unsafe extern "C" fn vQueueDelete(xQueue: *mut QueueDefinition)
Expand description
Delete a queue - freeing all the memory allocated for storing of items placed on the queue.
@param xQueue A handle to the queue to be deleted.
\ingroup QueueManagement