Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateCountingStatic (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h1053 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueCrea… macro
/device/soc/esp/esp32/components/bt/controller/esp32/
Dbt.c532 handle = xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()