Home
last modified time | relevance | path

Searched refs:interrupt_controller_hal_set_int_handler (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
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() function
/device/soc/esp/esp32/components/esp_system/
Dintr_alloc.c537 interrupt_controller_hal_set_int_handler(intr, shared_intr_isr, vd); in esp_intr_alloc_intrstatus()
552 interrupt_controller_hal_set_int_handler(intr, non_shared_intr_isr, ns_isr_arg); in esp_intr_alloc_intrstatus()
554 interrupt_controller_hal_set_int_handler(intr, handler, arg); in esp_intr_alloc_intrstatus()
700interrupt_controller_hal_set_int_handler(handle->vector_desc->intno, NULL, (void*)((int)handle->ve… in esp_intr_free()