Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dinterrupt_controller_hal.h169 static inline void * interrupt_controller_hal_get_int_handler_arg(uint8_t intr) in interrupt_controller_hal_get_int_handler_arg() function
/device/soc/esp/esp32/components/esp_system/
Dintr_alloc.c693 … void *isr_arg = interrupt_controller_hal_get_int_handler_arg(handle->vector_desc->intno); in esp_intr_free()