Searched defs:uxQueueLength (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 | 320 …QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItem… 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 | 2239 "uxQueueLength": 1 number 2342 "uxQueueLength": 1 number
|
D | expected_output_mcore.json | 1354 "uxQueueLength": 10 number 1907 "uxQueueLength": 10 number 2511 "uxQueueLength": 10 number
|