Home
last modified time | relevance | path

Searched refs:esp_cpu_intr_has_handler (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/hal/
Dinterrupt_controller_hal.h165 return esp_cpu_intr_has_handler(intr); in interrupt_controller_hal_has_handler()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h312 FORCE_INLINE_ATTR bool esp_cpu_intr_has_handler(int intr_num) in esp_cpu_intr_has_handler() function
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c296 } else if (esp_cpu_intr_has_handler(x)) { in is_vect_desc_usable()
370 … intr_desc.type == ESP_CPU_INTR_TYPE_LEVEL? "LEVEL" : "EDGE", esp_cpu_intr_has_handler(x)); in get_available_int()