MPU_uxQueueSpacesAvailable() function
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.
Arguments
xQueue
A handle to the queue being queried.
Return value
The number of spaces available in the queue.