Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSiFive_GPIO.cs125 … .WithFlags(0, 32, out lowInterruptPending, FieldMode.Read | FieldMode.WriteOneToClear) in SiFive_GPIO()
179 lowInterruptPending[i].Value = !value; in UpdateInterrupts()
187 var low = lowInterruptEnable[i].Value && lowInterruptPending[i].Value; in UpdateInterrupts()
241 private IFlagRegisterField[] lowInterruptPending; field in Antmicro.Renode.Peripherals.GPIOPort.SiFive_GPIO