Home
last modified time | relevance | path

Searched refs:xSemaphoreGive (Results 1 – 25 of 40) sorted by relevance

12

/hal_espressif-latest/components/esp_system/
Desp_ipc.c80 xSemaphoreGive(ipc_ack); in ipc_task()
84 xSemaphoreGive(ipc_ack); in ipc_task()
160 xSemaphoreGive(s_ipc_mutex[cpu_id]); in esp_ipc_call_and_wait()
162 xSemaphoreGive(s_ipc_mutex[0]); in esp_ipc_call_and_wait()
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c350 xSemaphoreGive(rtc_touch_mux); in touch_pad_deinit()
355 xSemaphoreGive(rtc_touch_mux); in touch_pad_deinit()
391 xSemaphoreGive(rtc_touch_mux); in touch_pad_read()
433 xSemaphoreGive(rtc_touch_mux); in touch_pad_set_filter_period()
451 xSemaphoreGive(rtc_touch_mux); in touch_pad_get_filter_period()
482 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start()
491 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_start()
504 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_stop()
522 xSemaphoreGive(rtc_touch_mux); in touch_pad_filter_delete()
/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Dsha.c115 xSemaphoreGive(new_engine); // start available in sha_get_engine_state()
182 xSemaphoreGive(engine_state); in esp_sha_unlock_engine()
/hal_espressif-latest/components/spi_flash/sim/stubs/freertos/include/freertos/
Dsemphr.h17 #define xSemaphoreGive( xSemaphore ) macro
/hal_espressif-latest/components/bt/host/nimble/esp-hci/src/
Desp_nimble_hci.c189 xSemaphoreGive(vhci_send_sem); in controller_rcv_pkt_ready()
307 xSemaphoreGive(vhci_send_sem); in esp_nimble_hci_init()
326 xSemaphoreGive(vhci_send_sem); in esp_nimble_hci_deinit()
/hal_espressif-latest/components/bt/common/osi/
Dsemaphore.c44 xSemaphoreGive(*sem); in osi_sem_give()
Dmutex.c65 xSemaphoreGive(*mutex); in osi_mutex_unlock()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2356 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2362 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2368 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2374 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2386 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2392 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2399 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2406 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2414 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
2423 xSemaphoreGive(buff_semaphore); in l2ble_update_att_acl_pkt_num()
[all …]
/hal_espressif-latest/components/esp_coex/esp32s2/
Desp_coex_adapter.c103 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
217 return (int32_t)xSemaphoreGive(((modem_static_queue_t *)semphr)->handle); in esp_coex_internal_semphr_give_wrapper()
/hal_espressif-latest/components/esp_coex/esp32/
Desp_coex_adapter.c101 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
207 return (int32_t)xSemaphoreGive(((modem_static_queue_t *)semphr)->handle); in esp_coex_internal_semphr_give_wrapper()
/hal_espressif-latest/components/esp_coex/esp32s3/
Desp_coex_adapter.c104 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
223 return (int32_t)xSemaphoreGive(((modem_static_queue_t *)semphr)->handle); in esp_coex_internal_semphr_give_wrapper()
/hal_espressif-latest/components/esp_event/
Desp_event_private.c66 xSemaphoreGive(loop->mutex); in esp_event_is_handler_registered()
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dexpression_with_stack.c75 xSemaphoreGive(lock); in esp_execute_shared_stack_function()
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dexpression_with_stack.c66 xSemaphoreGive(lock); in esp_execute_shared_stack_function()
/hal_espressif-latest/components/log/
Dlog_freertos.c56 xSemaphoreGive(s_log_mutex); in esp_log_impl_unlock()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c73 xSemaphoreGive(mutex->mutex); in bt_mesh_mutex_unlock()
/hal_espressif-latest/components/esp_coex/esp32h2/
Desp_coex_adapter.c98 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
/hal_espressif-latest/components/esp_coex/esp32c2/
Desp_coex_adapter.c98 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
/hal_espressif-latest/components/esp_coex/esp32c3/
Desp_coex_adapter.c99 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
/hal_espressif-latest/components/esp_coex/esp32c6/
Desp_coex_adapter.c98 return (int32_t)xSemaphoreGive(semphr); in esp_coex_common_semphr_give_wrapper()
/hal_espressif-latest/components/esp_netif/
Desp_netif_objects.c50 xSemaphoreGive(s_list_lock); in esp_netif_list_unlock()
/hal_espressif-latest/components/driver/uart/
Duart.c1111 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_wait_tx_done()
1128 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_wait_tx_done()
1131 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_wait_tx_done()
1146 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_tx_chars()
1200 xSemaphoreGive(p_uart_obj[uart_num]->tx_fifo_sem); in uart_tx_all()
1202 xSemaphoreGive(p_uart_obj[uart_num]->tx_mux); in uart_tx_all()
1270 xSemaphoreGive(p_uart_obj[uart_num]->rx_mux); in uart_read_bytes()
1297 xSemaphoreGive(p_uart_obj[uart_num]->rx_mux); in uart_read_bytes()
1385 xSemaphoreGive(p_uart->rx_mux); in uart_flush_input()
1567 xSemaphoreGive(p_uart_obj[uart_num]->tx_fifo_sem); in uart_driver_install()
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_sntp.c36 xSemaphoreGive(s_storage->sync_sem); in sync_time_cb()
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.c51 xSemaphoreGive(s_hci_driver_uart_env.tx_sem); in hci_driver_uart_tx()
/hal_espressif-latest/components/mbedtls/port/esp_ds/
Desp_rsa_sign_alt.c99 xSemaphoreGive(s_ds_lock); in esp_ds_release_ds_lock()

12