Searched refs:ActiveInterrupts (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | NXPGPIOPort.cs | 111 … 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()
|
| D | CC2538_GPIO.cs | 158 …d(0, 8, valueProviderCallback: _ => BitHelper.GetValueFromBitsArray(irqManager.ActiveInterrupts))}, in PrepareRegisters() 231 result[i] = irqManager.ActiveInterrupts.ElementAt(i) && irqManager.InterruptMask[i]; in CalculateMaskedInterruptValue()
|
| D | MPFS_GPIO.cs | 44 …ueProviderCallback: _ => BitHelper.GetValueFromBitsArray(irqManager.ActiveInterrupts), name: "INTR… in MPFS_GPIO() 176 var isIrqActive = irqManager.ActiveInterrupts.ElementAt(number); in OnGPIO()
|
| D | SAM4S_PIO.cs | 254 var result = irqManager.ActiveInterrupts.ElementAt(i); in DefineRegisters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/ |
| D | GPIOInterruptManager.cs | 147 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/ |
| D | EOSS3_IntrCtrl.cs | 55 valueProviderCallback: _ => gpioManager.ActiveInterrupts.ElementAt(i), in EOSS3_IntrCtrl()
|