Searched refs:fallInterruptPending (Results 1 – 1 of 1) sorted by relevance
77 … .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