Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h966 …#define xSemaphoreCreateCounting( uxMaxCount, uxInitialCount ) xQueueCreateCountingSemaphore( ( ux… argument
1047 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueCrea… argument
/hal_espressif-2.7.6/components/freertos/
Dqueue.c710 …QueueHandle_t xQueueCreateCountingSemaphoreStatic( const UBaseType_t uxMaxCount, const UBaseType_t… in xQueueCreateCountingSemaphoreStatic()
738 …QueueHandle_t xQueueCreateCountingSemaphore( const UBaseType_t uxMaxCount, const UBaseType_t uxIni… in xQueueCreateCountingSemaphore()