Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dqueue.h204 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGene… argument
/hal_espressif-2.7.6/components/freertos/
Dqueue.c320 … const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, StaticQu… in xQueueGenericCreateStatic()
382 uint8_t *pucQueueStorage; in xQueueGenericCreate() local
445 … const UBaseType_t uxQueueLength, const UBaseType_t uxItemSize, uint8_t *pucQueueStorage, const ui… in prvInitialiseNewQueue()