Searched refs:NVIC_MAX_IRQ (Results 1 – 2 of 2) sorted by relevance
36 #define NVIC_MAX_IRQ ((NVIC_MAX_BANKS - 1) * 32 + 16) macro89 if (irqs > NVIC_MAX_IRQ) in nvic_of_init()90 irqs = NVIC_MAX_IRQ; in nvic_of_init()
56 #define NVIC_MAX_IRQ (NVIC_MAX_VECTORS - NVIC_FIRST_IRQ) macro2683 if (s->num_irq > NVIC_MAX_IRQ) { in armv7m_nvic_realize()