Searched refs:is_vect_desc_usable (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/drivers/interrupt_controller/ |
D | intc_esp32.c | 270 static bool is_vect_desc_usable(struct vector_desc_t *vd, int flags, int cpu, int force) in is_vect_desc_usable() function 371 } else if (!is_vect_desc_usable(vd, flags, cpu, force)) { in get_available_int() 388 if (is_vect_desc_usable(vd, flags, cpu, force)) { in get_available_int() 413 if (!is_vect_desc_usable(vd, flags, cpu, force)) { in get_available_int()
|