Home
last modified time | relevance | path

Searched defs:previousState (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitPatternDetector.cs69 private readonly bool[] previousState; field in Antmicro.Renode.Utilities.BitPatternDetector
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs151 private readonly bool[] previousState; field in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DLiteX_GPIO.cs213 private readonly bool[] previousState; field in Antmicro.Renode.Peripherals.GPIOPort.LiteX_GPIO
DQuark_GPIOController.cs294 private readonly bool[] previousState; field in Antmicro.Renode.Peripherals.X86.Quark_GPIOController
DEFR32_GPIOPort.cs378 private readonly bool[] previousState = new bool[NumberOfExternalInterrupts]; field in Antmicro.Renode.Peripherals.GPIOPort.EFR32_GPIOPort
DEFR32xG2_GPIO_1.cs452 private readonly bool[] previousState = new bool[NumberOfExternalInterrupts]; field in Antmicro.Renode.Peripherals.GPIOPort.EFR32xG2_GPIO_1
DEFR32xG2_GPIO_3.cs499 private readonly bool[] previousState = new bool[NumberOfExternalInterrupts]; field in Antmicro.Renode.Peripherals.GPIOPort.EFR32xG2_GPIO_3
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DRenesasRA_ICU.cs99 private bool IsEventTriggered(int eventIndex, bool previousState, bool state) in IsEventTriggered()