Home
last modified time | relevance | path

Searched refs:uxQueueLength (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dqueue.h129 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxItem… argument
204 …fine xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGeneric… argument
1319 …QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, …
1328 …QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItem…
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/
Desp32_mock.c60 QueueHandle_t xQueueCreate( uint32_t uxQueueLength, uint32_t uxItemSize ) in xQueueCreate() argument
63 g_queue = malloc((uxQueueLength)*(uxItemSize)); in xQueueCreate()
Desp32_mock.h8 QueueHandle_t xQueueCreate( uint32_t uxQueueLength,
/hal_espressif-2.7.6/components/freertos/
Dqueue.c218 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, u…
320 …QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItem… in xQueueGenericCreateStatic() argument
324 configASSERT( uxQueueLength > ( UBaseType_t ) 0 ); in xQueueGenericCreateStatic()
362 prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreateStatic()
378 …QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, … in xQueueGenericCreate() argument
384 configASSERT( uxQueueLength > ( UBaseType_t ) 0 ); in xQueueGenericCreate()
395 …xQueueSizeInBytes = ( size_t ) ( uxQueueLength * uxItemSize ); /*lint !e961 MISRA exception as the… in xQueueGenericCreate()
399 configASSERT( ( uxItemSize == 0 ) || ( uxQueueLength == ( xQueueSizeInBytes / uxItemSize ) ) ); in xQueueGenericCreate()
431 prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreate()
445 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, u… in prvInitialiseNewQueue() argument
[all …]
/hal_espressif-2.7.6/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h231 …GER_SYSVIEW_RecordU32x3(apiFastID_OFFSET + apiID_XQUEUEGENERICCREATE, uxQueueLength, uxItemSize, u…
/hal_espressif-2.7.6/tools/esp_app_trace/test/sysview/
Dexpected_output223 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…
Dexpected_output_mcore151 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: …