Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dqueue.c65 #define uxQueueType pcHead
105 int8_t * pcHead; /**< Points to the beginning of the queue storage area. */ member
320 … pxQueue->u.xQueue.pcTail = pxQueue->pcHead + ( pxQueue->uxLength * pxQueue->uxItemSize ); in xQueueGenericReset()
322 pxQueue->pcWriteTo = pxQueue->pcHead; in xQueueGenericReset()
323 …pxQueue->u.xQueue.pcReadFrom = pxQueue->pcHead + ( ( pxQueue->uxLength - 1U ) * pxQueue->uxItemSiz… in xQueueGenericReset()
465 *ppucQueueStorage = ( uint8_t * ) pxQueue->pcHead; in xQueueGenericGetStaticBuffers()
484 *ppucQueueStorage = ( uint8_t * ) pxQueue->pcHead; in xQueueGenericGetStaticBuffers()
582 pxNewQueue->pcHead = ( int8_t * ) pxNewQueue; in prvInitialiseNewQueue()
587 pxNewQueue->pcHead = ( int8_t * ) pucQueueStorage; in prvInitialiseNewQueue()
2425 pxQueue->pcWriteTo = pxQueue->pcHead; in prvCopyDataToQueue()
[all …]