Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h315 bool has_handler; in esp_cpu_intr_has_handler() local
317 has_handler = xt_int_has_handler(intr_num, esp_cpu_get_core_id()); in esp_cpu_intr_has_handler()
319 has_handler = intr_handler_get(intr_num); in esp_cpu_intr_has_handler()
321 return has_handler; in esp_cpu_intr_has_handler()