/hal_espressif-3.4.0/components/riscv/include/riscv/ |
D | interrupt.h | 28 typedef void (*intr_handler_t)(void*); typedef 35 void intr_handler_set(int rv_int_num, intr_handler_t fn, void* arg); 41 intr_handler_t intr_handler_get(int rv_int_num);
|
/hal_espressif-3.4.0/components/riscv/ |
D | interrupt.c | 33 intr_handler_t handler; 39 void intr_handler_set(int int_no, intr_handler_t fn, void *arg) in intr_handler_set() 49 intr_handler_t intr_handler_get(int rv_int_num) in intr_handler_get()
|
/hal_espressif-3.4.0/components/esp_hw_support/include/ |
D | esp_intr_alloc.h | 81 typedef void (*intr_handler_t)(void *arg); typedef 153 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r… 191 … source, int flags, uint32_t intrstatusreg, uint32_t intrstatusmask, intr_handler_t handler, void …
|
/hal_espressif-3.4.0/components/driver/ |
D | rtc_module.c | 38 intr_handler_t handler; 85 esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg, uint32_t rtc_intr_mask) in rtc_isr_register() 105 esp_err_t rtc_isr_deregister(intr_handler_t handler, void* handler_arg) in rtc_isr_deregister()
|
D | touch_sensor_common.c | 51 esp_err_t touch_pad_isr_deregister(intr_handler_t fn, void *arg) in touch_pad_isr_deregister()
|
/hal_espressif-3.4.0/components/esp_timer/src/ |
D | esp_timer_impl_systimer.c | 30 #define ISR_HANDLER intr_handler_t 47 static intr_handler_t s_alarm_handler = NULL; 135 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler) in esp_timer_impl_init()
|
D | esp_timer_impl_lac.c | 257 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler) in esp_timer_impl_init() 264 (intr_handler_t)timer_alarm_isr, NULL, NULL); in esp_timer_impl_init()
|
D | esp_timer_impl_frc_legacy.c | 106 static intr_handler_t s_alarm_handler = NULL; 367 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler)
|
/hal_espressif-3.4.0/components/driver/include/driver/ |
D | rtc_cntl.h | 33 esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg, 44 esp_err_t rtc_isr_deregister(intr_handler_t handler, void* handler_arg);
|
/hal_espressif-3.4.0/components/driver/test/include/test/ |
D | test_adc_dac_dma.h | 28 esp_err_t adc_dac_dma_isr_register(intr_handler_t handler, void* handler_arg, uint32_t intr_mask); 36 esp_err_t adc_dac_dma_isr_deregister(intr_handler_t handler, void* handler_arg);
|
/hal_espressif-3.4.0/components/esp_timer/private_include/ |
D | esp_timer_impl.h | 25 typedef void (*intr_handler_t)(void *arg); typedef 44 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler);
|
/hal_espressif-3.4.0/components/driver/test/dac_dma_test/ |
D | test_esp32s2.c | 217 intr_handler_t handler; 262 esp_err_t adc_dac_dma_isr_register(intr_handler_t handler, void* handler_arg, uint32_t intr_mask) in adc_dac_dma_isr_register() 282 esp_err_t adc_dac_dma_isr_deregister(intr_handler_t handler, void* handler_arg) in adc_dac_dma_isr_deregister()
|
/hal_espressif-3.4.0/tools/mocks/esp_hw_support/include/ |
D | esp_intr_alloc.h | 19 typedef void (*intr_handler_t)(void *arg); typedef
|
/hal_espressif-3.4.0/components/esp_hw_support/ |
D | intr_alloc.c | 59 intr_handler_t isr; 87 intr_handler_t isr; 438 …tus(int source, int flags, uint32_t intrstatusreg, uint32_t intrstatusmask, intr_handler_t handler, in esp_intr_alloc_intrstatus() 597 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r… in esp_intr_alloc()
|
/hal_espressif-3.4.0/components/bt/controller/esp32/ |
D | hli_api.h | 56 esp_err_t hli_intr_register(intr_handler_t handler, void* arg, uint32_t intr_reg, uint32_t intr_mas…
|
D | hli_api.c | 29 intr_handler_t handler; 63 esp_err_t hli_intr_register(intr_handler_t handler, void* arg, uint32_t intr_reg, uint32_t intr_mas… in hli_intr_register()
|
/hal_espressif-3.4.0/components/driver/esp32/include/driver/ |
D | touch_sensor.h | 118 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg);
|
/hal_espressif-3.4.0/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 118 void (*_interrupt_handler_set)(int interrupt_no, intr_handler_t fn, void *arg); 222 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg); 413 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg) in interrupt_handler_set_wrapper() 417 esp_intr_alloc(bt_interrupt_source, 0, (intr_handler_t)fn, arg, NULL); in interrupt_handler_set_wrapper()
|
/hal_espressif-3.4.0/components/driver/esp32s2/include/driver/ |
D | touch_sensor.h | 218 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
|
/hal_espressif-3.4.0/components/driver/esp32s3/include/driver/ |
D | touch_sensor.h | 218 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
|
/hal_espressif-3.4.0/components/bt/controller/esp32c3/ |
D | bt.c | 142 void (*_interrupt_handler_set)(int interrupt_no, intr_handler_t fn, void *arg); 273 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg); 458 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg) in interrupt_handler_set_wrapper()
|
/hal_espressif-3.4.0/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 119 void (*_interrupt_handler_set)(int interrupt_no, intr_handler_t fn, void *arg); 223 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg); 419 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg) in interrupt_handler_set_wrapper()
|
/hal_espressif-3.4.0/components/driver/esp32/ |
D | touch_sensor.c | 76 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg) in touch_pad_isr_register()
|
/hal_espressif-3.4.0/components/driver/esp32s3/ |
D | touch_sensor.c | 62 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask) in touch_pad_isr_register()
|
/hal_espressif-3.4.0/components/driver/esp32s2/ |
D | touch_sensor.c | 82 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask) in touch_pad_isr_register()
|