Searched refs:xQueueGenericCreateStatic (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-2.7.6/components/freertos/include/freertos/ |
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 | 214 …#define xSemaphoreCreateBinaryStatic( pxStaticSemaphore ) xQueueGenericCreateStatic( ( UBaseType_t…
|
D | mpu_wrappers.h | 108 #define xQueueGenericCreateStatic MPU_xQueueGenericCreateStatic macro
|
/hal_espressif-2.7.6/components/freertos/ |
D | linker.lf | 116 queue:xQueueGenericCreateStatic (default)
|
D | queue.c | 320 …QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItem… in xQueueGenericCreateStatic() function 545 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic() 717 …xHandle = xQueueGenericCreateStatic( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, NULL, pxStaticQ… in xQueueCreateCountingSemaphoreStatic()
|
/hal_espressif-2.7.6/tools/test_idf_size/ |
D | app.map | 1034 .literal.xQueueGenericCreateStatic 1065 .text.xQueueGenericCreateStatic
|