/hal_espressif-latest/components/esp_hw_support/include/hal/ |
D | interrupt_controller_hal.h | 138 FORCE_INLINE_ATTR __attribute__((deprecated)) void interrupt_controller_hal_set_int_type(int intr, … in interrupt_controller_hal_set_int_type() 149 FORCE_INLINE_ATTR __attribute__((deprecated)) void interrupt_controller_hal_set_int_level(int intr,… in interrupt_controller_hal_set_int_level() 162 FORCE_INLINE_ATTR __attribute__((deprecated)) bool interrupt_controller_hal_has_handler(int intr, i… in interrupt_controller_hal_has_handler() 176 void interrupt_controller_hal_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *arg) in interrupt_controller_hal_set_int_handler() 188 …E_ATTR __attribute__((deprecated)) void *interrupt_controller_hal_get_int_handler_arg(uint8_t intr) in interrupt_controller_hal_get_int_handler_arg() 230 …NLINE_ATTR __attribute__((deprecated)) void interrupt_controller_hal_edge_int_acknowledge(int intr) in interrupt_controller_hal_edge_int_acknowledge()
|
/hal_espressif-latest/components/hal/ |
D | spi_slave_hd_hal.c | 169 spi_ll_intr_t intr = 0; in get_event_intr() local 185 spi_ll_intr_t intr = get_event_intr(hal, ev); in spi_slave_hd_hal_check_clear_event() local 196 spi_ll_intr_t intr = get_event_intr(hal, ev); in spi_slave_hd_hal_check_disable_event() local 221 spi_ll_intr_t intr = get_event_intr(hal, ev); in spi_slave_hd_hal_enable_event_intr() local 227 spi_ll_intr_t intr = get_event_intr(hal, ev); in spi_slave_hd_hal_invoke_event_intr() local
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | gpio_struct.h | 127 uint32_t intr: 8; /*GPIO32~39 APP CPU interrupt status*/ member 134 … uint32_t intr: 8; /*GPIO32~39 APP CPU non-maskable interrupt status*/ member 141 uint32_t intr: 8; /*GPIO32~39 PRO CPU interrupt status*/ member 148 … uint32_t intr: 8; /*GPIO32~39 PRO CPU non-maskable interrupt status*/ member 155 uint32_t intr: 8; /*SDIO's extent GPIO32~39 interrupt*/ member
|
/hal_espressif-latest/components/esp_hw_support/port/include/ |
D | esp_async_memcpy_impl.h | 36 intr_handle_t intr; // CP DMA interrupt handle member
|
/hal_espressif-latest/components/xtensa/ |
D | xtensa_intr.c | 120 bool xt_int_has_handler(int intr, int cpu) in xt_int_has_handler()
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma.c | 783 intr_handle_t intr = NULL; in gdma_install_rx_interrupt() local 810 intr_handle_t intr = NULL; in gdma_install_tx_interrupt() local
|
D | gdma_priv.h | 63 intr_handle_t intr; // per-channel interrupt handle member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | gpio_struct.h | 117 … uint32_t intr : 22; /*GPIO32-48 PRO & APP CPU interrupt status*/ member 124 …uint32_t intr : 22; /*GPIO32-48 PRO & APP CPU non-maskable inter… member 131 uint32_t intr : 22; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | gpio_struct.h | 115 uint32_t intr: 22; member 122 uint32_t intr: 22; member 129 uint32_t intr: 22; member
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_slave.c | 55 intr_handle_t intr; member
|
D | spi_slave_hd.c | 31 intr_handle_t intr; member
|
D | spi_master.c | 143 intr_handle_t intr; member
|
/hal_espressif-latest/components/esp_hw_support/ |
D | intr_alloc.c | 539 int intr = get_available_int(flags, cpu, force, source); in esp_intr_alloc_intrstatus() local
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | gpio_struct.h | 119 uint32_t intr: 26; member 126 uint32_t intr: 26; member 133 uint32_t intr: 26; member
|
D | gdma_struct.h | 92 } intr[3]; member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | gdma_struct.h | 92 } intr[1]; member
|