Searched defs:ucQueueType (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-2.7.6/components/freertos/ |
D | queue.c | 128 uint8_t ucQueueType; member 320 …e_t uxItemSize, uint8_t *pucQueueStorage, StaticQueue_t *pxStaticQueue, const uint8_t ucQueueType ) in xQueueGenericCreateStatic() 378 …cCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, const uint8_t ucQueueType ) in xQueueGenericCreate() 445 …Length, const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, const uint8_t ucQueueType, Queue_t… in prvInitialiseNewQueue() 520 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) in xQueueCreateMutex() 536 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, StaticQueue_t *pxStaticQueue ) in xQueueCreateMutexStatic()
|
/hal_espressif-2.7.6/components/freertos/include/freertos/ |
D | FreeRTOS.h | 422 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument
|
/hal_espressif-2.7.6/tools/esp_app_trace/test/sysview/ |
D | expected_output.json | 2237 "ucQueueType": 4, number 2340 "ucQueueType": 4, number
|
D | expected_output_mcore.json | 1352 "ucQueueType": 0, number 1905 "ucQueueType": 0, number 2509 "ucQueueType": 0, number
|