Searched refs:NVIC_FIRST_IRQ (Results 1 – 1 of 1) sorted by relevance
55 #define NVIC_FIRST_IRQ NVIC_INTERNAL_VECTORS macro56 #define NVIC_MAX_IRQ (NVIC_MAX_VECTORS - NVIC_FIRST_IRQ)137 if (s->vectpending > NVIC_FIRST_IRQ) { in nvic_isrpending()141 for (irq = NVIC_FIRST_IRQ; irq < s->num_irq; irq++) { in nvic_isrpending()178 if (exc >= NVIC_FIRST_IRQ) { in exc_targets_secure()900 assert(irq >= NVIC_FIRST_IRQ); in armv7m_nvic_complete_irq()948 n += NVIC_FIRST_IRQ; in set_irq_level()950 assert(n >= NVIC_FIRST_IRQ && n < s->num_irq); in set_irq_level()998 return ((s->num_irq - NVIC_FIRST_IRQ) / 32) - 1; in nvic_readl()1009 int startvec = 8 * (offset - 0x380) + NVIC_FIRST_IRQ; in nvic_readl()[all …]