Searched refs:NVIC_MAX_IRQ (Results 1 – 1 of 1) sorted by relevance
36 #define NVIC_MAX_IRQ ((NVIC_MAX_BANKS - 1) * 32 + 16) macro 89 if (irqs > NVIC_MAX_IRQ) in nvic_of_init() 90 irqs = NVIC_MAX_IRQ; in nvic_of_init()