Searched defs:interrupts (Results 1 – 6 of 6) sorted by relevance
190 private readonly IGPIO[] interrupts; field in Antmicro.Renode.Peripherals.GPIOPort.Gaisler_GPIO
278 private InterruptStatus[] interrupts; field in Antmicro.Renode.Peripherals.IRQControllers.AINTC
560 private Dictionary<int, int>[] interrupts = new Dictionary<int, int>[maxNumberOfProcessors]; field in Antmicro.Renode.Peripherals.IRQControllers.GaislerMIC
276 private readonly Interrupt[] interrupts; field in Antmicro.Renode.Peripherals.IRQControllers.PL190_VIC
378 private IRQState[] interrupts = new IRQState[availableVectors]; field in Antmicro.Renode.Peripherals.IRQControllers.LAPIC
117 …vate void ClearInterruptsOnChannel(ZynqMP_IPI.ChannelId channelId, ZynqMP_IPI.ChannelId interrupts) in ClearInterruptsOnChannel()