| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | AIC.cs | 245 private uint GetPriority(int irq) in GetPriority() 250 private bool IsIRQEnabled(int irq) in IsIRQEnabled() 255 private bool IsInternalHighlevelSensitive(int irq) in IsInternalHighlevelSensitive() 261 private bool IsInternalPositiveEdgeTriggered(int irq) in IsInternalPositiveEdgeTriggered()
|
| D | SIC.cs | 103 public void OnGPIO(int irq, bool value) in OnGPIO() 148 private readonly int irq; field in Antmicro.Renode.Peripherals.IRQControllers.SIC
|
| D | GaislerMIC.cs | 544 private static bool IsExtendedInterruptNumber(int irq) in IsExtendedInterruptNumber()
|
| D | EOSS3_IntrCtrl.cs | 285 public InterruptConfig(GPIO irq, EOSS3_IntrCtrl parent, int number) in InterruptConfig()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/ |
| D | GPIOInterruptManager.cs | 18 public GPIOInterruptManager(GPIO irq, ArraySegment<bool> state) in GPIOInterruptManager() 33 public GPIOInterruptManager(GPIO irq, bool[] state) in GPIOInterruptManager()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | NRF_USBREG.cs | 37 private void SetInterrupt(bool irq) in SetInterrupt()
|
| D | RenesasRZG_MHU.cs | 106 …uildInterruptRegisters(Dictionary<long, DoubleWordRegister> registerMap, GPIO irq, long baseOffset) in BuildInterruptRegisters()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/ |
| D | IrqContext.cs | 54 public void CompleteHandlingInterrupt(IrqSource irq) in CompleteHandlingInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | RenesasRA_GPIO.cs | 239 private bool TryGetInterruptOutput(int number, out GPIO irq) in TryGetInterruptOutput() 268 public InterruptOutput(int pinNumber, GPIO irq) in InterruptOutput()
|
| D | AmbiqApollo4_GPIO.cs | 404 …private readonly GPIO[] irq = new [] { new GPIO(), new GPIO(), new GPIO(), new GPIO(), new GPIO(),… field in Antmicro.Renode.Peripherals.GPIOPort.AmbiqApollo4_GPIO
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | AmbiqApollo4_SystemTimer.cs | 355 …public CompareRegister(AmbiqApollo4_SystemTimer owner, int index, GPIO irq, LimitTimer systemTimer) in CompareRegister() 458 private readonly GPIO irq; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_SystemTimer.CompareRegister
|
| D | Cadence_TTC.cs | 364 public readonly IGPIO irq = new GPIO(); field in Antmicro.Renode.Peripherals.Timers.Cadence_TTC.TimerUnit
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | InterruptManager.cs | 21 …public InterruptManager(IPeripheral master, IGPIO irq = null, string gpioName = null, int subvecto… in InterruptManager()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/Timers/ |
| D | ARM_GenericTimer.cs | 443 …public TimerUnit(IClockSource clockSource, IPeripheral parent, string name, GPIO irq, long frequen… in TimerUnit()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | BaseRiscV.cs | 1316 private static bool IsValidInterruptOnlyInV1_09(int irq) in IsValidInterruptOnlyInV1_09() 1324 private static bool IsUnimplementedInterrupt(int irq) in IsUnimplementedInterrupt()
|