vQueueDelete
queue. More...
queue.
h
void vQueueDelete( QueueHandle_t xQueue );
Delete a queue - freeing all the memory allocated for storing of items placed on the queue.
- Parameters
-
xQueue A handle to the queue to be deleted.
queue. More...
queue.
h
void vQueueDelete( QueueHandle_t xQueue );
Delete a queue - freeing all the memory allocated for storing of items placed on the queue.
xQueue | A handle to the queue to be deleted. |