Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtensa_api.h137 bool xt_int_has_handler(int intr, int cpu);
/hal_espressif-latest/components/xtensa/
Dxtensa_intr.c120 bool xt_int_has_handler(int intr, int cpu) in xt_int_has_handler() function
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h317 has_handler = xt_int_has_handler(intr_num, esp_cpu_get_core_id()); in esp_cpu_intr_has_handler()