Home
last modified time | relevance | path

Searched defs:numberOfInterrupts (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DGaisler_GPIO.cs22 …public Gaisler_GPIO(IMachine machine, int numberOfConnections, int numberOfInterrupts, string inpu… in Gaisler_GPIO()
188 private readonly int numberOfInterrupts; field in Antmicro.Renode.Peripherals.GPIOPort.Gaisler_GPIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLocalInterruptController.cs24 …ublic CoreLocalInterruptController(IMachine machine, BaseRiscV cpu, uint numberOfInterrupts = 4096, in CoreLocalInterruptController()
521 private readonly uint numberOfInterrupts; field in Antmicro.Renode.Peripherals.IRQControllers.CoreLocalInterruptController