Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dqueue.c372 … const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, StaticQu… in xQueueGenericCreateStatic()
434 uint8_t *pucQueueStorage; in xQueueGenericCreate() local
497 … const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, const ui… in prvInitialiseNewQueue()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dqueue.h204 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGene… argument