Home
last modified time | relevance | path

Searched defs:irq (Results 1 – 15 of 15) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DAIC.cs245 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()
DSIC.cs103 public void OnGPIO(int irq, bool value) in OnGPIO()
148 private readonly int irq; field in Antmicro.Renode.Peripherals.IRQControllers.SIC
DGaislerMIC.cs544 private static bool IsExtendedInterruptNumber(int irq) in IsExtendedInterruptNumber()
DEOSS3_IntrCtrl.cs285 public InterruptConfig(GPIO irq, EOSS3_IntrCtrl parent, int number) in InterruptConfig()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DGPIOInterruptManager.cs18 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/
DNRF_USBREG.cs37 private void SetInterrupt(bool irq) in SetInterrupt()
DRenesasRZG_MHU.cs106 …uildInterruptRegisters(Dictionary<long, DoubleWordRegister> registerMap, GPIO irq, long baseOffset) in BuildInterruptRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqContext.cs54 public void CompleteHandlingInterrupt(IrqSource irq) in CompleteHandlingInterrupt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DRenesasRA_GPIO.cs239 private bool TryGetInterruptOutput(int number, out GPIO irq) in TryGetInterruptOutput()
268 public InterruptOutput(int pinNumber, GPIO irq) in InterruptOutput()
DAmbiqApollo4_GPIO.cs404 …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/
DAmbiqApollo4_SystemTimer.cs355 …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
DCadence_TTC.cs364 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/
DInterruptManager.cs21 …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/
DARM_GenericTimer.cs443 …public TimerUnit(IClockSource clockSource, IPeripheral parent, string name, GPIO irq, long frequen… in TimerUnit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DBaseRiscV.cs1316 private static bool IsValidInterruptOnlyInV1_09(int irq) in IsValidInterruptOnlyInV1_09()
1324 private static bool IsUnimplementedInterrupt(int irq) in IsUnimplementedInterrupt()