/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_intr_alloc.h | 88 typedef intr_handle_data_t *intr_handle_t ; typedef 154 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r… 192 …rstatusreg, uint32_t intrstatusmask, intr_handler_t handler, void *arg, intr_handle_t *ret_handle); 213 esp_err_t esp_intr_free(intr_handle_t handle); 223 int esp_intr_get_cpu(intr_handle_t handle); 232 int esp_intr_get_intno(intr_handle_t handle); 250 esp_err_t esp_intr_disable(intr_handle_t handle); 263 esp_err_t esp_intr_enable(intr_handle_t handle); 277 esp_err_t esp_intr_set_in_iram(intr_handle_t handle, bool is_in_iram);
|
/hal_espressif-latest/components/esp_hw_support/ |
D | intr_alloc.c | 93 static esp_err_t intr_free_for_current_cpu(intr_handle_t handle); 470 void *arg, intr_handle_t *ret_handle) in esp_intr_alloc_intrstatus() 655 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r… in esp_intr_alloc() 665 esp_err_t IRAM_ATTR esp_intr_set_in_iram(intr_handle_t handle, bool is_in_iram) in esp_intr_set_in_iram() 690 (void)intr_free_for_current_cpu((intr_handle_t)arg); in intr_free_for_other_cpu() 694 esp_err_t esp_intr_free(intr_handle_t handle) in esp_intr_free() 723 static esp_err_t intr_free_for_current_cpu(intr_handle_t handle) in intr_free_for_current_cpu() 784 int esp_intr_get_intno(intr_handle_t handle) in esp_intr_get_intno() 789 int esp_intr_get_cpu(intr_handle_t handle) in esp_intr_get_cpu() 805 esp_err_t IRAM_ATTR esp_intr_enable(intr_handle_t handle) in esp_intr_enable() [all …]
|
D | rtc_module.c | 65 static intr_handle_t s_rtc_isr_handle;
|
/hal_espressif-latest/components/driver/include/esp_private/ |
D | gptimer.h | 31 esp_err_t gptimer_get_intr_handle(gptimer_handle_t timer, intr_handle_t *ret_intr_handle);
|
/hal_espressif-latest/components/esp_hw_support/port/include/ |
D | esp_async_memcpy_impl.h | 36 intr_handle_t intr; // CP DMA interrupt handle
|
/hal_espressif-latest/components/esp_adc/ |
D | adc_continuous_internal.h | 65 intr_handle_t dma_intr_hdl; //DMA Interrupt handler
|
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | pcnt_types_legacy.h | 22 typedef intr_handle_t pcnt_isr_handle_t;
|
D | rmt_types_legacy.h | 241 typedef intr_handle_t rmt_isr_handle_t;
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_priv.h | 63 intr_handle_t intr; // per-channel interrupt handle
|
D | esp_async_memcpy.c | 37 intr_handle_t intr_hdl; // interrupt handle
|
D | gdma.c | 783 intr_handle_t intr = NULL; in gdma_install_rx_interrupt() 810 intr_handle_t intr = NULL; in gdma_install_tx_interrupt()
|
/hal_espressif-latest/components/driver/gpio/include/driver/ |
D | gpio.h | 33 typedef intr_handle_t gpio_isr_handle_t;
|
/hal_espressif-latest/components/esp_system/task_wdt/ |
D | task_wdt_impl_timergroup.c | 31 intr_handle_t intr_handle;
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 151 intr_handle_t *handle; /*!< ISR handle */ 507 p.handle = (intr_handle_t *)ret_handle; in interrupt_alloc_wrapper() 518 return esp_intr_free((intr_handle_t)handle); in interrupt_free_wrapper() 523 return esp_intr_enable((intr_handle_t)handle); in interrupt_enable_wrapper() 528 return esp_intr_disable((intr_handle_t)handle); in interrupt_disable_wrapper()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | adc_dma_legacy.c | 70 intr_handle_t intr_hdl; //Interrupt handler 73 intr_handle_t intr_hdl; //Interrupt handler
|
/hal_espressif-latest/components/esp_system/port/ |
D | usb_console.c | 61 static intr_handle_t s_usb_int_handle;
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | hli_api.c | 119 static intr_handle_t ret_handle;
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 554 int rc = esp_intr_alloc(source, flags, handler, arg, (intr_handle_t *)ret_handle_in); in esp_intr_alloc_wrapper() 556 …int rc = esp_intr_alloc(source, flags | ESP_INTR_FLAG_IRAM, handler, arg, (intr_handle_t *)ret_han… in esp_intr_alloc_wrapper() 565 rc = esp_intr_free((intr_handle_t) * ret_handle); in esp_intr_free_wrapper()
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_slave_hd.c | 31 intr_handle_t intr; 36 intr_handle_t intr_dma;
|
D | spi_slave.c | 55 intr_handle_t intr;
|
D | spi_master.c | 143 intr_handle_t intr;
|
/hal_espressif-latest/components/driver/gpio/ |
D | dedic_gpio.c | 50 intr_handle_t intr_hdl; // interrupt handle
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 71 esp_err_t touch_pad_isr_handler_register(void (*fn)(void *), void *arg, int no_use, intr_handle_t *… in touch_pad_isr_handler_register()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 502 arg, (intr_handle_t *)ret_handle_in); in esp_intr_alloc_wrapper() 509 rc = esp_intr_free((intr_handle_t) * ret_handle); in esp_intr_free_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 499 arg, (intr_handle_t *)ret_handle_in); in esp_intr_alloc_wrapper() 506 rc = esp_intr_free((intr_handle_t) * ret_handle); in esp_intr_free_wrapper()
|