Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/include/
Desp_ipc.h53 esp_err_t esp_ipc_call(uint32_t cpu_id, esp_ipc_func_t func, void* arg);
/hal_espressif-latest/components/esp_system/
Desp_ipc.c167 esp_err_t esp_ipc_call(uint32_t cpu_id, esp_ipc_func_t func, void* arg) in esp_ipc_call() function
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c861 err = esp_ipc_call(core_id, cause_sw_intr, (void *)intr_no); in cause_sw_intr_to_core_wrapper()
1485 esp_ipc_call(core_id, hli_queue_setup_cb, NULL); in hli_queue_setup_pinned_to_core()