Searched defs:cTxLock (Results 1 – 1 of 1) sorted by relevance
134 cTxLock; /*< Stores the number of items transmitted to the queue (added member1029 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local1181 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local2135 int8_t cTxLock = pxQueue->cTxLock; in prvUnlockQueue() local2794 const int8_t cTxLock = pxQueueSetContainer->cTxLock; in prvNotifyQueueSetContainer() local
Completed in 8 milliseconds