Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DRenesasRZG_IRQController.cs42 previousPinFunctionState[number] = pinFunctionState[number]; in OnGPIO()
65 Array.Clear(previousPinFunctionState, 0, previousPinFunctionState.Length); in Reset()
210 var irqStateChanged = state ^ previousPinFunctionState[interruptIdx]; in UpdateInterrupts()
283 private readonly bool[] previousPinFunctionState = new bool[NrOfPinFunctionInputs]; field in Antmicro.Renode.Peripherals.IRQControllers.RenesasRZG_IRQController