Home
last modified time | relevance | path

Searched defs:Interrupt (Results 1 – 25 of 33) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DInterrupt.cs14 public class Interrupt class
57 private Interrupt(IFlagRegisterField flag, IFlagRegisterField mask) in Interrupt() method in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Interrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DEndpointTransferType.cs14 Interrupt = 3 enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DSleeper.cs99 public void Interrupt() in Interrupt() method in Antmicro.Renode.Time.Sleeper
DTimeHandle.cs583 public void Interrupt(ref bool success, int millisecondsTimeout = Timeout.Infinite) in Interrupt() method in Antmicro.Renode.Time.TimeHandle
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DPacketBuilder.cs89 public bool Interrupt { get; private set; } property in Antmicro.Renode.Utilities.GDB.PacketBuilder.Result
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DIMX_GPTimer.cs162 Interrupt = 0x0c, enumerator
DMAX32650_Timer.cs167 Interrupt = 0x0C, enumerator
DLPC_CTimer.cs193 Interrupt = 0x00, enumerator
DS32K3XX_SoftwareWatchdogTimer.cs247 Interrupt = 0x4, // IR enumerator
DEFR32xG2_BURTC.cs132 private enum Interrupt enum in Antmicro.Renode.Peripherals.Timers.EFR32xG2_BURTC
DEFR32xG2_RTCC.cs227 private enum Interrupt enum in Antmicro.Renode.Peripherals.Timers.EFR32xG2_RTCC
DEFR32_Timer.cs158 private enum Interrupt enum in Antmicro.Renode.Peripherals.Timers.EFR32_Timer
DEFR32xG24_SYSRTC.cs218 private enum Interrupt enum in Antmicro.Renode.Peripherals.Timers.EFR32xG24_SYSRTC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/
DUTPProtocol.cs63 public bool Interrupt; field
96 public bool Interrupt; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DPL190_VIC.cs288 private class Interrupt class in Antmicro.Renode.Peripherals.IRQControllers.PL190_VIC
290 public Interrupt(int id) in Interrupt() method in Antmicro.Renode.Peripherals.IRQControllers.PL190_VIC.Interrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DPULP_InterruptController.cs171 Interrupt = 0xC, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEOSS3_FlexibleFusionEngine.cs163 Interrupt = 0x108, enumerator
DOpenTitan_SystemResetControl.cs403 Interrupt = 0x2, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DEFR32xg13FlashController.cs256 private enum Interrupt enum in Antmicro.Renode.Peripherals.MTD.EFR32xg13FlashController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Timers/
DLimitTimer.cs216 public bool Interrupt property in Antmicro.Renode.Peripherals.Timers.LimitTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DRenesasDA_DMABase.cs327 protected enum Interrupt enum in Antmicro.Renode.Peripherals.DMA.RenesasDA_DMABase
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs859 private T FindBestPendingInterrupt<T>(IEnumerable<T> pendingCandidates) where T : Interrupt property in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptController
1762Action<Interrupt, bool> writeCallback = null, Func<Interrupt, bool> valueProviderCallback = null, … in BuildInterruptFlagRegisters()
1792Action<Interrupt, ulong> writeCallback = null, Func<Interrupt, ulong> valueProviderCallback = null… in BuildInterruptValueRegisters()
1868 Action<DoubleWordRegister, Func<Interrupt>, InterruptId, int> fieldAction, in BuildInterruptRegisters()
3024 public class Interrupt class
3026 public Interrupt(InterruptId identifier) : base() in Interrupt() method in Antmicro.Renode.Peripherals.IRQControllers.Interrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DUT32_CAN.cs461 Interrupt = 0x03, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs320 Interrupt = 0x03 enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFR32_GenericI2CController.cs427 private enum Interrupt enum in Antmicro.Renode.Peripherals.I2C.EFR32_GenericI2CController

12