Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateMutex (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/log/
Dlog_freertos.c32 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock()
43 s_log_mutex = xSemaphoreCreateMutex(); in esp_log_impl_lock_timeout()
/hal_espressif-latest/components/spi_flash/sim/stubs/freertos/include/freertos/
Dsemphr.h16 #define xSemaphoreCreateMutex() ((void*)(1)) macro
/hal_espressif-latest/components/bt/common/osi/
Dmutex.c33 *mutex = xSemaphoreCreateMutex(); in osi_mutex_new()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c31 mutex->mutex = xSemaphoreCreateMutex(); in bt_mesh_mutex_create()
/hal_espressif-latest/components/esp_netif/
Desp_netif_objects.c38 s_list_lock = xSemaphoreCreateMutex(); in esp_netif_list_lock()
/hal_espressif-latest/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c50 if ((s_ds_lock = xSemaphoreCreateMutex()) == NULL) { in esp_ds_conn_lock()
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.c27 mutex->mutex = xSemaphoreCreateMutex(); in mbedtls_rom_mutex_init()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c282 rtc_touch_mux = xSemaphoreCreateMutex(); in touch_pad_init()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c321 rtc_touch_mux = xSemaphoreCreateMutex(); in touch_pad_init()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c308 rtc_touch_mux = xSemaphoreCreateMutex(); in touch_pad_init()
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c186 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c233 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c242 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c180 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c183 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c236 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/esp_event/
Desp_event.c485 loop->profiling_mutex = xSemaphoreCreateMutex(); in esp_event_loop_create()
/hal_espressif-latest/components/driver/uart/
Duart.c1503 uart_obj->tx_mux = xSemaphoreCreateMutex(); in uart_alloc_driver_obj()
1504 uart_obj->rx_mux = xSemaphoreCreateMutex(); in uart_alloc_driver_obj()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c607 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c661 return (void *)xSemaphoreCreateMutex(); in mutex_create_wrapper()
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c614 (*dma)->mux = xSemaphoreCreateMutex(); in i2s_create_dma_object()