|
FreeRTOS Tetris
|
Group that contains macros & functions for deleting queues. More...

Functions | |
| void | vQueueDelete (QueueHandle_t xQueue) PRIVILEGED_FUNCTION |
Group that contains macros & functions for deleting queues.
| void vQueueDelete | ( | QueueHandle_t | xQueue | ) |
#include <queue.h>
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. |
1.8.17