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