Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/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-3.7.0/components/esp_system/test_apps/esp_system_unity_tests/main/
Dtest_ipc.c72 esp_ipc_call(1, test_func_ipc, &sema_ipc_done);
156 esp_ipc_call(1, test_func_ipc_cb2, &val1);
/hal_espressif-3.7.0/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-3.7.0/components/spi_flash/
Dcache_utils.c198 ESP_ERROR_CHECK(esp_ipc_call(other_cpuid, &spi_flash_op_block_func, (void *) other_cpuid)); in spi_flash_disable_interrupts_caches_and_other_cpu()
/hal_espressif-3.7.0/components/bt/controller/esp32/
Dbt.c854 err = esp_ipc_call(core_id, cause_sw_intr, (void *)intr_no); in cause_sw_intr_to_core_wrapper()
1408 esp_ipc_call(core_id, hli_queue_setup_cb, NULL); in hli_queue_setup_pinned_to_core()