Home
last modified time | relevance | path

Searched refs:ucQueueType (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dqueue.h1235 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…
DFreeRTOS.h422 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument
/hal_espressif-2.7.6/components/freertos/
Dqueue.c128 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/
DSYSVIEW_FreeRTOS.txt76 177 xQueueCreateMutex ucQueueType=%u
83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt76 177 xQueueCreateMutex ucQueueType=%u
83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt76 177 xQueueCreateMutex ucQueueType=%u
83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt76 177 xQueueCreateMutex ucQueueType=%u
83 47 xQueueGenericCreate uxQueueLength=%u uxItemSize=%u ucQueueType=%u
/hal_espressif-2.7.6/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt76 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/
DSEGGER_SYSVIEW_FreeRTOS.h231 …W_RecordU32x3(apiFastID_OFFSET + apiID_XQUEUEGENERICCREATE, uxQueueLength, uxItemSize, ucQueueType)
/hal_espressif-2.7.6/tools/esp_app_trace/test/sysview/
Dexpected_output223 …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]
Dexpected_output_mcore151 …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]