Searched refs:uxLength (Results 1 – 1 of 1) sorted by relevance
111 …UBaseType_t uxLength; /*< The length of the queue defined as the number of items it will hold, n… member333 …pxQueue->u.xQueue.pcTail = pxQueue->pcHead + ( pxQueue->uxLength * pxQueue->uxItemSize ); /*lint !… in xQueueGenericReset()336 …pxQueue->u.xQueue.pcReadFrom = pxQueue->pcHead + ( ( pxQueue->uxLength - 1U ) * pxQueue->uxItemSiz… in xQueueGenericReset()519 pxNewQueue->uxLength = uxQueueLength; in prvInitialiseNewQueue()763 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSend()787 if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSend()883 configASSERT( !( ( xCopyPosition == queueOVERWRITE ) && ( pxQueue->uxLength != 1 ) ) ); in xQueueGenericSendFromISR()910 if( ( pxQueue->uxMessagesWaiting < pxQueue->uxLength ) || ( xCopyPosition == queueOVERWRITE ) ) in xQueueGenericSendFromISR()1010 if( uxMessagesWaiting < pxQueue->uxLength ) in xQueueGiveFromISR()1712 if( pxQueue->uxMessagesWaiting == pxQueue->uxLength ) in prvIsQueueFull()[all …]