Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateMutexStatic (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-2.7.6/components/newlib/test/
Dtest_locks.c82 _LOCK_T lock = (_LOCK_T) xSemaphoreCreateMutexStatic(&semaphore);
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c36 mutex->mutex = xSemaphoreCreateMutexStatic(mutex->buffer); in bt_mesh_mutex_create()
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h757 …#define xSemaphoreCreateMutexStatic( pxMutexBuffer ) xQueueCreateMutexStatic( queueQUEUE_TYPE_MUTE… macro
/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_backported_functions.c130 handle = xSemaphoreCreateMutexStatic(&queue_buffer);
/hal_espressif-2.7.6/components/newlib/
Dlocks.c371 handle = xSemaphoreCreateMutexStatic(&s_common_mutex); in esp_newlib_locks_init()
/hal_espressif-2.7.6/components/bt/controller/esp32s3/
Dbt.c515 handle = xSemaphoreCreateMutexStatic(queue_buffer); in mutex_create_wrapper()
/hal_espressif-2.7.6/components/bt/controller/esp32/
Dbt.c617 handle = xSemaphoreCreateMutexStatic(queue_buffer); in mutex_create_wrapper()