Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DSiFive_GPIO.cs117 .WithFlags(0, 32, out highInterruptEnable) in SiFive_GPIO()
186 var high = highInterruptEnable[i].Value && highInterruptPending[i].Value; in UpdateInterrupts()
204 … = fallInterruptEnable[i].Value || riseInterruptEnable[i].Value || highInterruptEnable[i].Value ||… in SetPinValue()
238 private IFlagRegisterField[] highInterruptEnable; field in Antmicro.Renode.Peripherals.GPIOPort.SiFive_GPIO