Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/riscv/include/riscv/
Dinterrupt.h28 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-2.7.6/components/riscv/
Dinterrupt.c33 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-2.7.6/components/driver/include/driver/
Drtc_cntl.h41 esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg,
52 esp_err_t rtc_isr_deregister(intr_handler_t handler, void* handler_arg);
/hal_espressif-2.7.6/components/esp_system/include/
Desp_intr_alloc.h89 typedef void (*intr_handler_t)(void *arg); typedef
161 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r…
199 … source, int flags, uint32_t intrstatusreg, uint32_t intrstatusmask, intr_handler_t handler, void …
/hal_espressif-2.7.6/components/driver/test/include/test/
Dtest_adc_dac_dma.h36 esp_err_t adc_dac_dma_isr_register(intr_handler_t handler, void* handler_arg, uint32_t intr_mask);
44 esp_err_t adc_dac_dma_isr_deregister(intr_handler_t handler, void* handler_arg);
/hal_espressif-2.7.6/components/driver/
Drtc_module.c46 intr_handler_t handler;
93 esp_err_t rtc_isr_register(intr_handler_t handler, void* handler_arg, uint32_t rtc_intr_mask) in rtc_isr_register()
113 esp_err_t rtc_isr_deregister(intr_handler_t handler, void* handler_arg) in rtc_isr_deregister()
Dtouch_sensor_common.c59 esp_err_t touch_pad_isr_deregister(intr_handler_t fn, void *arg) in touch_pad_isr_deregister()
/hal_espressif-2.7.6/components/esp_timer/src/
Desp_timer_impl_systimer.c46 static intr_handler_t s_alarm_handler = NULL;
103 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler) in esp_timer_impl_init()
Desp_timer_impl_frc_legacy.c106 static intr_handler_t s_alarm_handler = NULL;
359 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler) in esp_timer_impl_init()
Desp_timer_impl_lac.c228 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler) in esp_timer_impl_init()
/hal_espressif-2.7.6/components/esp_timer/private_include/
Desp_timer_impl.h36 esp_err_t esp_timer_impl_init(intr_handler_t alarm_handler);
/hal_espressif-2.7.6/components/driver/test/dac_dma_test/
Dtest_esp32s2.c225 intr_handler_t handler;
270 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()
290 esp_err_t adc_dac_dma_isr_deregister(intr_handler_t handler, void* handler_arg) in adc_dac_dma_isr_deregister()
/hal_espressif-2.7.6/components/driver/esp32/include/driver/
Dtouch_sensor.h126 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg);
/hal_espressif-2.7.6/components/esp_system/
Dintr_alloc.c67 intr_handler_t isr;
95 intr_handler_t isr;
454 …tus(int source, int flags, uint32_t intrstatusreg, uint32_t intrstatusmask, intr_handler_t handler, in esp_intr_alloc_intrstatus()
613 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-2.7.6/components/driver/esp32s2/include/driver/
Dtouch_sensor.h225 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
/hal_espressif-2.7.6/components/driver/esp32s3/include/driver/
Dtouch_sensor.h223 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg, touch_pad_intr_mask_t intr_mask);
/hal_espressif-2.7.6/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c118 void (*_interrupt_handler_set)(int interrupt_no, intr_handler_t fn, void *arg);
224 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg);
387 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg) in interrupt_handler_set_wrapper()
/hal_espressif-2.7.6/components/bt/controller/esp32c3/
Dbt.c149 void (*_interrupt_handler_set)(int interrupt_no, intr_handler_t fn, void *arg);
280 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg);
449 static void interrupt_handler_set_wrapper(int n, intr_handler_t fn, void *arg) in interrupt_handler_set_wrapper()
/hal_espressif-2.7.6/components/driver/esp32s2/
Dtouch_sensor.c93 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-2.7.6/components/driver/esp32/
Dtouch_sensor.c87 esp_err_t touch_pad_isr_register(intr_handler_t fn, void *arg) in touch_pad_isr_register()
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/
Desp_adapter.c136 intr_handler_set(n, (intr_handler_t)f, arg); in set_isr_wrapper()