Searched refs:xQueueGenericCreateStatic (Results 1 – 4 of 4) sorted by relevance
| /device/soc/esp/esp32/components/osal/include/esp_osal/ |
| D | queue.h | 204 …ic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( ( uxQue… 1328 …QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItem…
|
| D | semphr.h | 220 …#define xSemaphoreCreateBinaryStatic( pxStaticSemaphore ) xQueueGenericCreateStatic( ( UBaseType_t…
|
| D | mpu_wrappers.h | 108 #define xQueueGenericCreateStatic MPU_xQueueGenericCreateStatic macro
|
| /device/soc/esp/esp32/components/osal/ |
| D | queue.c | 372 …QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItem… in xQueueGenericCreateStatic() function 599 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic() 708 …xHandle = xQueueGenericCreateStatic( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, NULL, pxStaticQ… in xQueueCreateCountingSemaphoreStatic()
|