![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
queue. h
UBaseType_t uxQueueMessagesWaiting( const QueueHandle_t xQueue );
Return the number of messages stored in a queue.
xQueue | A handle to the queue being queried. |
queue. h
UBaseType_t uxQueueSpacesAvailable( const QueueHandle_t xQueue );
Return the number of free spaces available in a queue. This is equal to the number of items that can be sent to the queue before the queue becomes full if no items are removed.
xQueue | A handle to the queue being queried. |