Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/
A Dqueue.c134 cTxLock; /*< Stores the number of items transmitted to the queue (added member
1029 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGenericSendFromISR() local
1181 const int8_t cTxLock = pxQueue->cTxLock; in xQueueGiveFromISR() local
2135 int8_t cTxLock = pxQueue->cTxLock; in prvUnlockQueue() local
2794 const int8_t cTxLock = pxQueueSetContainer->cTxLock; in prvNotifyQueueSetContainer() local

Completed in 8 milliseconds