Home
last modified time | relevance | path

Searched defs:uxQueueLength (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dqueue.h129 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxItem… argument
204 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGene… argument
/device/soc/esp/esp32/components/osal/
Dqueue.c372 …QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, const UBaseType_t uxItem… in xQueueGenericCreateStatic()
430 …QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, … in xQueueGenericCreate()
497 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, u… in prvInitialiseNewQueue()