Searched refs:interrupt_handler_t (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | interrupt_controller_types.h | 42 typedef void (*interrupt_handler_t)(void *arg); typedef
|
D | interrupt_controller_hal.h | 167 static inline void interrupt_controller_hal_set_int_handler(uint8_t intr, interrupt_handler_t handl… in interrupt_controller_hal_set_int_handler()
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | interrupt_controller_ll.h | 88 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | interrupt_controller_ll.h | 88 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | interrupt_controller_ll.h | 88 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | interrupt_controller_ll.h | 81 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | interrupt_controller_ll.h | 81 static inline void intr_cntrl_ll_set_int_handler(uint8_t intr, interrupt_handler_t handler, void *a… in intr_cntrl_ll_set_int_handler()
|