Searched refs:pcHead (Results 1 – 1 of 1) sorted by relevance
66 #define uxQueueType pcHead102 int8_t * pcHead; /**< Points to the beginning of the queue storage area. */ member311 …pxQueue->u.xQueue.pcTail = pxQueue->pcHead + ( pxQueue->uxLength * pxQueue->uxItemSize ); /*lint !… in xQueueGenericReset()313 pxQueue->pcWriteTo = pxQueue->pcHead; in xQueueGenericReset()314 …pxQueue->u.xQueue.pcReadFrom = pxQueue->pcHead + ( ( pxQueue->uxLength - 1U ) * pxQueue->uxItemSiz… in xQueueGenericReset()445 *ppucQueueStorage = ( uint8_t * ) pxQueue->pcHead; in xQueueGenericGetStaticBuffers()461 *ppucQueueStorage = ( uint8_t * ) pxQueue->pcHead; in xQueueGenericGetStaticBuffers()559 pxNewQueue->pcHead = ( int8_t * ) pxNewQueue; in prvInitialiseNewQueue()564 pxNewQueue->pcHead = ( int8_t * ) pucQueueStorage; in prvInitialiseNewQueue()2271 pxQueue->pcWriteTo = pxQueue->pcHead; in prvCopyDataToQueue()[all …]