Function esp_idf_sys::vQueueDelete
source ยท pub unsafe extern "C" fn vQueueDelete(xQueue: QueueHandle_t)
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