Searched refs:xQueueCreateMutexStatic (Results 1 – 4 of 4) sorted by relevance
763 …#define xSemaphoreCreateMutexStatic( pxMutexBuffer ) xQueueCreateMutexStatic( queueQUEUE_TYPE_MUTE…896 …#define xSemaphoreCreateRecursiveMutexStatic( pxStaticSemaphore ) xQueueCreateMutexStatic( queueQU…
101 #define xQueueCreateMutexStatic MPU_xQueueCreateMutexStatic macro
1236 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, StaticQueue_t *pxStaticQueue ) PR…
590 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, StaticQueue_t *pxStaticQueue ) in xQueueCreateMutexStatic() function