Home
last modified time | relevance | path

Searched refs:xQueueCreateCountingSemaphore (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h972 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( ( ux…
Dmpu_wrappers.h102 #define xQueueCreateCountingSemaphore MPU_xQueueCreateCountingSemaphore macro
Dqueue.h1237 QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, const UBaseType_t uxInit…
/device/soc/esp/esp32/components/osal/
Dqueue.c729 …QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, const UBaseType_t uxIni… in xQueueCreateCountingSemaphore() function