Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dinterrupt_controller_hal.h179 static inline void * interrupt_controller_hal_get_int_handler_arg(uint8_t intr) in interrupt_controller_hal_get_int_handler_arg() function
/hal_espressif-3.6.0/components/esp_hw_support/
Dintr_alloc.c677 … void *isr_arg = interrupt_controller_hal_get_int_handler_arg(handle->vector_desc->intno); in esp_intr_free()