Home
last modified time | relevance | path

Searched refs:intr_handler_t (Results 1 – 25 of 29) sorted by relevance

12

/hal_espressif-latest/components/riscv/include/riscv/
Dinterrupt.h20 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/
Dinterrupt.c26 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/
Drtc_ctrl.h39 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/
Desp_intr_alloc.h82 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 …
Desp_cpu.h342 intr_handler_set(intr_num, (intr_handler_t)handler, handler_arg); in esp_cpu_intr_set_handler()
/hal_espressif-latest/components/esp_hw_support/
Drtc_module.c57 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()
Dintr_alloc.c60 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/
Desp_timer_impl.h29 #define ISR_HANDLER intr_handler_t
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.h47 esp_err_t hli_intr_register(intr_handler_t handler, void* arg, uint32_t intr_reg, uint32_t intr_mas…
Dhli_api.c20 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/
Desp_timer_impl_lac.c230 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()
Desp_timer_impl_systimer.c32 #define ISR_HANDLER intr_handler_t
/hal_espressif-latest/components/driver/touch_sensor/esp32/include/driver/
Dtouch_sensor.h118 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg);
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/
Dtouch_sensor.h271 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/
Dtouch_sensor.h271 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/
Dtouch_sensor_common.c51 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/
Desp_bt_adapter.c124 …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/
Dbt.c159 …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/
Dbt.c91 …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/
Dbt.c86 …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/
Dbt.c81 …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/
Dtouch_sensor.c62 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/
Dtouch_sensor.c77 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/
Dtouch_sensor.c82 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/
Desp_adapter.c126 intr_handler_set(n, (intr_handler_t)f, arg); in set_isr_wrapper()

12