Home
last modified time | relevance | path

Searched refs:esp_ipc_call_blocking (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_system/include/
Desp_ipc.h73 esp_err_t esp_ipc_call_blocking(uint32_t cpu_id, esp_ipc_func_t func, void* arg);
/hal_espressif-latest/components/esp_system/
Desp_ipc.c172 esp_err_t esp_ipc_call_blocking(uint32_t cpu_id, esp_ipc_func_t func, void* arg) in esp_ipc_call_blocking() function
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_slave.c232esp_ipc_call_blocking(INTR_CPU_CONVERT_ID(bus_config->isr_cpu_id), ipc_isr_reg_to_core, (void *)&i… in spi_slave_initialize()
Dspi_master.c241esp_ipc_call_blocking(INTR_CPU_CONVERT_ID(bus_attr->bus_cfg.isr_cpu_id), ipc_isr_reg_to_core, (voi… in spi_master_init_driver()
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c715 …esp_err_t ret = esp_ipc_call_blocking(handle->vector_desc->cpu, &intr_free_for_other_cpu, (void *)… in esp_intr_free()
/hal_espressif-latest/components/driver/gpio/
Dgpio.c607 …ret = esp_ipc_call_blocking(gpio_context.isr_core_id, gpio_isr_register_on_core_static, (void *)&p… in gpio_isr_register()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c511 esp_ipc_call_blocking(cpu_id, btdm_intr_alloc, &p); in interrupt_alloc_wrapper()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1727 esp_ipc_call_blocking(CONFIG_BTDM_CTRL_PINNED_TO_CORE, bt_controller_shutdown, NULL); in bt_shutdown()