Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h763 …#define xSemaphoreCreateMutexStatic( pxMutexBuffer ) xQueueCreateMutexStatic( queueQUEUE_TYPE_MUTE…
896 …#define xSemaphoreCreateRecursiveMutexStatic( pxStaticSemaphore ) xQueueCreateMutexStatic( queueQU…
Dmpu_wrappers.h101 #define xQueueCreateMutexStatic MPU_xQueueCreateMutexStatic macro
Dqueue.h1236 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, StaticQueue_t *pxStaticQueue ) PR…
/device/soc/esp/esp32/components/osal/
Dqueue.c590 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, StaticQueue_t *pxStaticQueue ) in xQueueCreateMutexStatic() function