Searched defs:cTxLock (Results 1 – 1 of 1) sorted by relevance
122 …volatile int8_t cTxLock; /**< Stores the number of items transmitted to the queue (… member277 #define prvIncrementQueueTxLock( pxQueue, cTxLock ) \ argument1197 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local1377 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local2492 int8_t cTxLock = pxQueue->cTxLock; in prvUnlockQueue() local3313 const int8_t cTxLock = pxQueueSetContainer->cTxLock; in prvNotifyQueueSetContainer() local