FreeRTOS: BLE
BLE
Return to main page ↑
IotDeQueue_Count

Return the number of elements contained in an IotDeQueue_t.

static inline size_t IotDeQueue_Count( const IotDeQueue_t * const pQueue )
Parameters
[in]pQueueThe queue with the elements to count.
Returns
The number of items elements in the queue.