Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h1047 …#define xSemaphoreCreateCountingStatic( uxMaxCount, uxInitialCount, pxSemaphoreBuffer ) xQueueCrea… macro
/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_backported_functions.c116 handle = xSemaphoreCreateCountingStatic(NO_OF_ITEMS, 0, &queue_buffer);
/hal_espressif-2.7.6/components/bt/controller/esp32s3/
Dbt.c432 handle = xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()
/hal_espressif-2.7.6/components/bt/controller/esp32/
Dbt.c534 handle = xSemaphoreCreateCountingStatic(max, init, queue_buffer); in semphr_create_wrapper()