Searched refs:ucQueueType (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-2.7.6/components/freertos/include/freertos/ |
D | queue.h | 1235 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) PRIVILEGED_FUNCTION; 1236 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, StaticQueue_t *pxStaticQueue ) PR… 1319 …UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, const uint8_t ucQueueType ) PRIVILEGED_FU… 1328 … uint8_t *pucQueueStorage, StaticQueue_t *pxStaticQueue, const uint8_t ucQueueType ) PRIVILEGED_FU…
|
D | FreeRTOS.h | 422 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument
|
/hal_espressif-2.7.6/components/freertos/ |
D | queue.c | 128 uint8_t ucQueueType; member 218 … const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, const uint8_t ucQueueType, Queue_t *pxNew… 320 …e_t uxItemSize, uint8_t *pucQueueStorage, StaticQueue_t *pxStaticQueue, const uint8_t ucQueueType ) in xQueueGenericCreateStatic() argument 362 prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreateStatic() 366 traceQUEUE_CREATE_FAILED( ucQueueType ); in xQueueGenericCreateStatic() 378 …cCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, const uint8_t ucQueueType ) in xQueueGenericCreate() argument 431 prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreate() 435 traceQUEUE_CREATE_FAILED( ucQueueType ); in xQueueGenericCreate() 445 … const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, const uint8_t ucQueueType, Queue_t *pxNew… in prvInitialiseNewQueue() argument 449 ( void ) ucQueueType; in prvInitialiseNewQueue() [all …]
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 76 177 xQueueCreateMutex ucQueueType=%u 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/docs/zh_CN/api-guides/ |
D | SYSVIEW_FreeRTOS.txt | 76 177 xQueueCreateMutex ucQueueType=%u 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/tools/esp_app_trace/ |
D | SYSVIEW_FreeRTOS.txt | 76 177 xQueueCreateMutex ucQueueType=%u 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/ |
D | SYSVIEW_FreeRTOS.txt | 76 177 xQueueCreateMutex ucQueueType=%u 83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
|
/hal_espressif-2.7.6/examples/system/sysview_tracing/ |
D | SYSVIEW_FreeRTOS.txt | 76 177 xQueueCreateMutex ucQueueType=%u 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 …967250 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 1, uxItemSize: 0, ucQueueType: 4] 240 …106300 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 1, uxItemSize: 0, ucQueueType: 4]
|
D | expected_output_mcore | 151 …35150 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 10, uxItemSize: 4, ucQueueType: 0] 234 …65450 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 10, uxItemSize: 4, ucQueueType: 0] 330 …83475 - core[0].xQueueGenericCreate(47), plen 3: [uxQueueLength: 10, uxItemSize: 4, ucQueueType: 0]
|