Home
last modified time | relevance | path

Searched refs:pcHead (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/
Dqueue.c66 #define uxQueueType pcHead
102 int8_t * pcHead; /**< Points to the beginning of the queue storage area. */ member
311 …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 …]