Home
last modified time | relevance | path

Searched refs:interrupt_handler_t (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dinterrupt_controller_types.h42 typedef void (*interrupt_handler_t)(void *arg); typedef
Dinterrupt_controller_hal.h157 static inline void interrupt_controller_hal_set_int_handler(uint8_t intr, interrupt_handler_t handl… in interrupt_controller_hal_set_int_handler()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dinterrupt_controller_ll.h65 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()