Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dqueue.c114 …volatile int8_t cRxLock; /*< Stores the number of items received from the queue (removed from the… member
1380 const int8_t cRxLock = pxQueue->cRxLock; in xQueueReceiveFromISR() local
1638 int8_t cRxLock = pxQueue->cRxLock; in prvUnlockQueue() local