Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hw_support/
Dintr_alloc.c521 interrupt_controller_hal_set_int_handler(intr, shared_intr_isr, vd); in esp_intr_alloc_intrstatus()
536 interrupt_controller_hal_set_int_handler(intr, non_shared_intr_isr, ns_isr_arg); in esp_intr_alloc_intrstatus()
538 interrupt_controller_hal_set_int_handler(intr, handler, arg); in esp_intr_alloc_intrstatus()
684interrupt_controller_hal_set_int_handler(handle->vector_desc->intno, NULL, (void*)((int)handle->ve… in esp_intr_free()
/hal_espressif-3.6.0/components/hal/include/hal/
Dinterrupt_controller_hal.h167 static inline void interrupt_controller_hal_set_int_handler(uint8_t intr, interrupt_handler_t handl… in interrupt_controller_hal_set_int_handler() function