/hal_espressif-3.5.0/components/freertos/include/freertos/ |
D | queue.h | 155 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument 244 …ine xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGener… argument 1626 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, 1637 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength,
|
D | mpu_prototypes.h | 153 QueueHandle_t MPU_xQueueGenericCreate( const UBaseType_t uxQueueLength, 156 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength,
|
/hal_espressif-3.5.0/components/mdns/test_afl_fuzz_host/ |
D | esp32_mock.c | 56 QueueHandle_t xQueueCreate( uint32_t uxQueueLength, uint32_t uxItemSize ) in xQueueCreate() argument 59 g_queue = malloc((uxQueueLength)*(uxItemSize)); in xQueueCreate()
|
D | esp32_mock.h | 157 QueueHandle_t xQueueCreate( uint32_t uxQueueLength,
|
/hal_espressif-3.5.0/components/freertos/ |
D | queue.c | 235 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, 345 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in xQueueGenericCreateStatic() argument 353 configASSERT( uxQueueLength > ( UBaseType_t ) 0 ); in xQueueGenericCreateStatic() 393 … prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreateStatic() 409 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, in xQueueGenericCreate() argument 417 configASSERT( uxQueueLength > ( UBaseType_t ) 0 ); in xQueueGenericCreate() 429 …xQueueSizeInBytes = ( size_t ) ( uxQueueLength * uxItemSize ); /*lint !e961 MISRA exception as the… in xQueueGenericCreate() 433 … configASSERT( ( uxItemSize == 0 ) || ( uxQueueLength == ( xQueueSizeInBytes / uxItemSize ) ) ); in xQueueGenericCreate() 465 … prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreate() 479 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, in prvInitialiseNewQueue() argument [all …]
|
/hal_espressif-3.5.0/components/mdns/host_test/components/freertos_linux/include/freertos/ |
D | task.h | 53 QueueHandle_t xQueueCreate( uint32_t uxQueueLength,
|
/hal_espressif-3.5.0/components/mdns/host_test/components/freertos_linux/ |
D | freertos_linux.c | 38 QueueHandle_t xQueueCreate( uint32_t uxQueueLength, uint32_t uxItemSize ) in xQueueCreate() argument
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-3.5.0/tools/esp_app_trace/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-3.5.0/examples/system/sysview_tracing/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-3.5.0/examples/system/sysview_tracing_heap_log/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-3.5.0/components/app_trace/sys_view/Sample/OS/ |
D | SEGGER_SYSVIEW_FreeRTOS.h | 228 …GER_SYSVIEW_RecordU32x3(apiFastID_OFFSET + apiID_XQUEUEGENERICCREATE, uxQueueLength, uxItemSize, u…
|
/hal_espressif-3.5.0/tools/esp_app_trace/test/sysview/ |
D | expected_output | 223 EVENT[214]: 0.008967250 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 1, uxItemSize: 0… 240 EVENT[223]: 0.009106300 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 1, uxItemSize: 0…
|
D | expected_output_mcore | 151 EVENT[128]: 0.003935150 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 10, uxItemSize: … 234 EVENT[173]: 0.004665450 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 10, uxItemSize: … 330 EVENT[219]: 0.005383475 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 10, uxItemSize: …
|