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