Searched refs:esp_ipc_call (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.7.0/components/esp_system/include/ |
D | esp_ipc.h | 53 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/ |
D | test_ipc.c | 72 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/ |
D | esp_ipc.c | 167 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/ |
D | cache_utils.c | 198 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/ |
D | bt.c | 854 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()
|