Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DGaisler_GPIO.cs125 … .WithFlags(FirstInterruptPinIndex, numberOfInterrupts, out interruptMask, name: "interruptMask", in DefineRegisters()
129 ….WithFlags(FirstInterruptPinIndex, numberOfInterrupts, out interruptPolarity, name: "interruptPola… in DefineRegisters()
133 … .WithFlags(FirstInterruptPinIndex, numberOfInterrupts, out interruptEdge, name: "interruptEdge", in DefineRegisters()
142 it = pin - FirstInterruptPinIndex; in TryGetInterruptIndex()
148 var pin = FirstInterruptPinIndex + it; in UpdateInterrupt()
187 private const int FirstInterruptPinIndex = 1; field in Antmicro.Renode.Peripherals.GPIOPort.Gaisler_GPIO