Lines Matching defs:NVICState
37 struct NVICState { struct
39 SysBusDevice parent_obj;
42 ARMCPU *cpu;
44 VecInfo vectors[NVIC_MAX_VECTORS];
56 VecInfo sec_vectors[NVIC_INTERNAL_VECTORS];
58 uint32_t prigroup[M_REG_NUM_BANKS];
59 uint8_t num_prio_bits;
62 bool itns[NVIC_MAX_VECTORS];
71 unsigned int vectpending; /* highest prio pending enabled exception */
75 bool vectpending_is_s_banked;
99 void armv7m_nvic_set_pending(NVICState *s, int irq, bool secure); argument