Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h1053 …ingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueCreateCountingSemaphoreStatic( ( …
Dmpu_wrappers.h103 #define xQueueCreateCountingSemaphoreStatic MPU_xQueueCreateCountingSemaphoreStatic macro
Dqueue.h1238 QueueHandle_t xQueueCreateCountingSemaphoreStatic( const UBaseType_t uxMaxCount, const UBaseType_t …
/device/soc/esp/esp32/components/osal/
Dqueue.c701 …QueueHandle_t xQueueCreateCountingSemaphoreStatic( const UBaseType_t uxMaxCount, const UBaseType_t… in xQueueCreateCountingSemaphoreStatic() function