Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dinterrupt_controller_hal.h155 static inline bool interrupt_controller_hal_has_handler(int intr, int cpu) in interrupt_controller_hal_has_handler() function
/hal_espressif-3.6.0/components/esp_hw_support/
Dintr_alloc.c272 } else if (interrupt_controller_hal_has_handler(x, cpu)) { in is_vect_desc_usable()
341 …t_controller_hal_get_type(x)==INTTP_LEVEL?"LEVEL":"EDGE", interrupt_controller_hal_has_handler(x, … in get_available_int()