/hal_espressif-latest/components/riscv/include/riscv/ |
D | interrupt.h | 20 typedef void (*intr_handler_t)(void*); typedef 27 void intr_handler_set(int rv_int_num, intr_handler_t fn, void* arg); 33 intr_handler_t intr_handler_get(int rv_int_num);
|
/hal_espressif-latest/components/riscv/ |
D | interrupt.c | 26 intr_handler_t handler; 32 void intr_handler_set(int int_no, intr_handler_t fn, void *arg) in intr_handler_set() 42 intr_handler_t intr_handler_get(int rv_int_num) in intr_handler_get()
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | rtc_ctrl.h | 39 esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg, 50 esp_err_t rtc_isr_deregister(intr_handler_t handler, void* handler_arg);
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_intr_alloc.h | 82 typedef void (*intr_handler_t)(void *arg); typedef 154 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r… 192 … source, int flags, uint32_t intrstatusreg, uint32_t intrstatusmask, intr_handler_t handler, void …
|
D | esp_cpu.h | 342 intr_handler_set(intr_num, (intr_handler_t)handler, handler_arg); in esp_cpu_intr_set_handler()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | rtc_module.c | 57 intr_handler_t handler; 104 esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg, uint32_t rtc_intr_mask, uint3… in rtc_isr_register() 135 esp_err_t rtc_isr_deregister(intr_handler_t handler, void* handler_arg) in rtc_isr_deregister()
|
D | intr_alloc.c | 60 intr_handler_t isr; 88 intr_handler_t isr; 469 …tus(int source, int flags, uint32_t intrstatusreg, uint32_t intrstatusmask, intr_handler_t handler, 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()
|
/hal_espressif-latest/components/esp_timer/private_include/ |
D | esp_timer_impl.h | 29 #define ISR_HANDLER intr_handler_t
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | hli_api.h | 47 esp_err_t hli_intr_register(intr_handler_t handler, void* arg, uint32_t intr_reg, uint32_t intr_mas…
|
D | hli_api.c | 20 intr_handler_t handler; 54 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-latest/components/esp_timer/src/ |
D | esp_timer_impl_lac.c | 230 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler) in esp_timer_impl_init() 235 (intr_handler_t)timer_alarm_isr, NULL, NULL); in esp_timer_impl_init()
|
D | esp_timer_impl_systimer.c | 32 #define ISR_HANDLER intr_handler_t
|
/hal_espressif-latest/components/driver/touch_sensor/esp32/include/driver/ |
D | touch_sensor.h | 118 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg);
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/ |
D | touch_sensor.h | 271 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/ |
D | touch_sensor.h | 271 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
|
/hal_espressif-latest/components/driver/touch_sensor/ |
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-latest/zephyr/esp32s3/src/bt/ |
D | esp_bt_adapter.c | 124 …int (* _interrupt_alloc)(int cpu_id, int source, intr_handler_t handler, void *arg, void **ret_han… 126 void (*_interrupt_handler_set_rsv)(int interrupt_no, intr_handler_t fn, void *arg); 238 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … 441 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … in interrupt_alloc_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 159 …int (* _interrupt_alloc)(int cpu_id, int source, intr_handler_t handler, void *arg, void **ret_han… 161 void (*_interrupt_handler_set_rsv)(int interrupt_no, intr_handler_t fn, void *arg); 290 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … 496 static int interrupt_alloc_wrapper(int cpu_id, int source, intr_handler_t handler, void *arg, void … in interrupt_alloc_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 91 …int (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle… 182 static int esp_intr_alloc_wrapper(int source, int flags, intr_handler_t handler, 551 static int esp_intr_alloc_wrapper(int source, int flags, intr_handler_t handler, void *arg, void **… in esp_intr_alloc_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 86 …int (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle… 166 static int esp_intr_alloc_wrapper(int source, int flags, intr_handler_t handler, 498 static int esp_intr_alloc_wrapper(int source, int flags, intr_handler_t handler, in esp_intr_alloc_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 81 …int (*_esp_intr_alloc)(int source, int flags, intr_handler_t handler, void *arg, void **ret_handle… 163 static int esp_intr_alloc_wrapper(int source, int flags, intr_handler_t handler, 495 static int esp_intr_alloc_wrapper(int source, int flags, intr_handler_t handler, in esp_intr_alloc_wrapper()
|
/hal_espressif-latest/components/driver/touch_sensor/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-latest/components/driver/touch_sensor/esp32/ |
D | touch_sensor.c | 77 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg) in touch_pad_isr_register()
|
/hal_espressif-latest/components/driver/touch_sensor/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()
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 126 intr_handler_set(n, (intr_handler_t)f, arg); in set_isr_wrapper()
|