pxQueue->u.xQueue.pcTail=pxQueue->pcHead+(pxQueue->uxLength*pxQueue->uxItemSize);/*lint !e9016 Pointer arithmetic allowed on char types, especially when it assists conveying intent. */
pxQueue->u.xQueue.pcReadFrom=pxQueue->pcHead+((pxQueue->uxLength-1U)*pxQueue->uxItemSize);/*lint !e9016 Pointer arithmetic allowed on char types, especially when it assists conveying intent. */