Home
last modified time | relevance | path

Searched defs:cTxLock (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/osal/
Dqueue.c115 …volatile int8_t cTxLock; /*< Stores the number of items transmitted to the queue (added to the qu… member
912 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local
1012 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local
1597 int8_t cTxLock = pxQueue->cTxLock; in prvUnlockQueue() local