Searched defs:uxItemSize (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/components/freertos/include/freertos/ |
D | queue.h | 129 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxItem… argument 204 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGene… argument
|
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.c | 60 QueueHandle_t xQueueCreate( uint32_t uxQueueLength, uint32_t uxItemSize ) in xQueueCreate()
|
/hal_espressif-2.7.6/components/freertos/ |
D | queue.c | 113 UBaseType_t uxItemSize; /*< The size of each items that the queue will hold. */ member 320 …t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_… in xQueueGenericCreateStatic() 378 …QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, … in xQueueGenericCreate() 445 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, u… in prvInitialiseNewQueue()
|
/hal_espressif-2.7.6/tools/esp_app_trace/test/sysview/ |
D | expected_output.json | 2238 "uxItemSize": 0, number 2341 "uxItemSize": 0, number
|
D | expected_output_mcore.json | 1353 "uxItemSize": 4, number 1906 "uxItemSize": 4, number 2510 "uxItemSize": 4, number
|