Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/freertos/include/freertos/
Dsemphr.h1127 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueC… macro
/hal_espressif-3.5.0/components/freertos/test/
Dtest_freertos_backported_functions.c116 handle = xSemaphoreCreateCountingStatic(NO_OF_ITEMS, 0, &queue_buffer);
/hal_espressif-3.5.0/components/bt/controller/esp32/
Dbt.c638 handle = (void *)xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()