Searched defs:ucQueueType (Results 1 – 2 of 2) sorted by relevance
/device/soc/esp/esp32/components/osal/ |
D | queue.c | 372 …e_t uxItemSize, uint8_t *pucQueueStorage, StaticQueue_t *pxStaticQueue, const uint8_t ucQueueType ) in xQueueGenericCreateStatic() 430 …cCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, const uint8_t ucQueueType ) in xQueueGenericCreate() 497 …Length, const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, const uint8_t ucQueueType, Queue_t… in prvInitialiseNewQueue() 574 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) in xQueueCreateMutex() 590 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, StaticQueue_t *pxStaticQueue ) in xQueueCreateMutexStatic()
|
/device/soc/esp/esp32/components/osal/include/esp_osal/ |
D | esp_osal.h | 422 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument
|