Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DNXPGPIOPort.cs111 … isInput ? interruptManager.ActiveInterrupts.ElementAt(i).ToString() : notApplicable in PrintCurrentConfiguration()
140 ….WriteOneToClear, valueProviderCallback: (i, _) => interruptManager.ActiveInterrupts.ElementAt(i),… in DefinePortRegisters()
184 …dMode.WriteOneToClear, valueProviderCallback: _ => interruptManager.ActiveInterrupts.ElementAt(j),… in DefinePortRegisters()
DCC2538_GPIO.cs158 …d(0, 8, valueProviderCallback: _ => BitHelper.GetValueFromBitsArray(irqManager.ActiveInterrupts))}, in PrepareRegisters()
231 result[i] = irqManager.ActiveInterrupts.ElementAt(i) && irqManager.InterruptMask[i]; in CalculateMaskedInterruptValue()
DMPFS_GPIO.cs44 …ueProviderCallback: _ => BitHelper.GetValueFromBitsArray(irqManager.ActiveInterrupts), name: "INTR… in MPFS_GPIO()
176 var isIrqActive = irqManager.ActiveInterrupts.ElementAt(number); in OnGPIO()
DSAM4S_PIO.cs254 var result = irqManager.ActiveInterrupts.ElementAt(i); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs147 public IReadOnlyCollection<bool> ActiveInterrupts { get { return activeInterrupts; } } property in Antmicro.Renode.Peripherals.GPIOPort.GPIOInterruptManager
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DEOSS3_IntrCtrl.cs55 valueProviderCallback: _ => gpioManager.ActiveInterrupts.ElementAt(i), in EOSS3_IntrCtrl()