Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSiFive_GPIO.cs77 … .WithFlags(0, 32, out fallInterruptPending, FieldMode.Read | FieldMode.WriteOneToClear) in SiFive_GPIO()
184 var falling = fallInterruptEnable[i].Value && fallInterruptPending[i].Value; in UpdateInterrupts()
217 fallInterruptPending[i].Value = true; in SetPinValue()
235 private IFlagRegisterField[] fallInterruptPending; field in Antmicro.Renode.Peripherals.GPIOPort.SiFive_GPIO