Searched refs:uxItemSize (Results 1 – 12 of 12) sorted by relevance
/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 218 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, u… 273 …pxQueue->u.xQueue.pcTail = pxQueue->pcHead + ( pxQueue->uxLength * pxQueue->uxItemSize ); /*lint !… in xQueueGenericReset() 276 …pcReadFrom = pxQueue->pcHead + ( ( pxQueue->uxLength - 1U ) * pxQueue->uxItemSize ); /*lint !e9016… in xQueueGenericReset() 320 …enericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_t *pucQue… in xQueueGenericCreateStatic() argument 332 configASSERT( !( ( pucQueueStorage != NULL ) && ( uxItemSize == 0 ) ) ); in xQueueGenericCreateStatic() 333 configASSERT( !( ( pucQueueStorage == NULL ) && ( uxItemSize != 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 386 if( uxItemSize == ( UBaseType_t ) 0 ) in xQueueGenericCreate() [all …]
|
/hal_espressif-2.7.6/components/freertos/include/freertos/ |
D | queue.h | 129 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxItem… argument 204 …teStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( (… argument 1319 …QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, … 1328 …enericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_t *pucQue…
|
/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() argument 62 g_size = uxItemSize; in xQueueCreate() 63 g_queue = malloc((uxQueueLength)*(uxItemSize)); in xQueueCreate()
|
D | esp32_mock.h | 9 uint32_t uxItemSize );
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/docs/zh_CN/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/tools/esp_app_trace/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/examples/system/sysview_tracing/ |
D | SYSVIEW_FreeRTOS.txt | 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/components/app_trace/sys_view/Sample/OS/ |
D | SEGGER_SYSVIEW_FreeRTOS.h | 231 …W_RecordU32x3(apiFastID_OFFSET + apiID_XQUEUEGENERICCREATE, uxQueueLength, uxItemSize, ucQueueType)
|
/hal_espressif-2.7.6/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: …
|