[][src]Function esp_idf_sys::vQueueDelete

pub unsafe extern "C" fn vQueueDelete(xQueue: QueueHandle_t)

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