Home
last modified time | relevance | path

Searched refs:NumberOfInterrupts (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMSCM.cs21 routingTable = new bool[NumberOfInterrupts * 2]; in MSCM()
22 destinations = new Destination[NumberOfInterrupts * 2]; in MSCM()
41 …urn (ushort)((routingTable[interruptNo] ? 1u : 0u) + (routingTable[NumberOfInterrupts + interruptN… in ReadWord()
59 routingTable[NumberOfInterrupts + interruptNo] = cpu1; in WriteWord()
217 private const int NumberOfInterrupts = 112; field in Antmicro.Renode.Peripherals.IRQControllers.MSCM
219 private const int RoutingControlEnd = RoutingControlStart + NumberOfInterrupts*2;
DMPC5567_INTC.cs25 priorities = new byte[NumberOfInterrupts]; in MPC5567_INTC()
26 pendingInterrupts = new bool[NumberOfInterrupts]; in MPC5567_INTC()
210 private const int NumberOfInterrupts = 360; field in Antmicro.Renode.Peripherals.IRQControllers.MPC5567_INTC
223 InterruptPriorityLast = InterruptPriority0 + NumberOfInterrupts
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEOSS3_SimplePeriodicTimer.cs18 interruptTimestamps = new ushort[NumberOfInterrupts]; in EOSS3_SimplePeriodicTimer()
45 interruptTimestamps = new ushort[NumberOfInterrupts]; in Reset()
204 private const int NumberOfInterrupts = 8; field in Antmicro.Renode.Peripherals.Timers.EOSS3_SimplePeriodicTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DMiV_CoreGPIO.cs23 public MiV_CoreGPIO(IMachine machine) : base(machine, NumberOfInterrupts) in MiV_CoreGPIO()
85 for(var i = 0; i < NumberOfInterrupts; i++) in MiV_CoreGPIO()
264 private const int NumberOfInterrupts = 32; field in Antmicro.Renode.Peripherals.GPIOPort.MiV_CoreGPIO