Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DHaltArguments.cs11 …public HaltArguments(HaltReason reason, ICPU cpu, ulong? address = null, BreakpointType? breakpoin… in HaltArguments()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/
DRegistrationException.cs19 …public RegistrationException (string name, string parentName, string reason):base(string.Format("C… in RegistrationException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DPacketData.cs44 public static PacketData StopReply(BreakpointType reason, ulong? address) in StopReply()
50 public static PacketData StopReply(BreakpointType reason, uint cpuId, ulong? address) in StopReply()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_RSTC.cs22 …public void InvokeReset(ResetType reason, bool resetProcessor = false, bool resetPeripherals = fal… in InvokeReset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DS32K3XX_LowPowerInterIntegratedCircuit.cs220 private bool AssertActivePeripheral(string reason) in AssertActivePeripheral()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DTimeSourceBase.cs835 public void WaitWhile(Func<bool> condition, string reason) in WaitWhile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA.cs581 public void SignalChannelAbort(Channel.ChannelFaultReason reason) in SignalChannelAbort()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1260 public static void WaitWhile(this object @this, Func<bool> condition, string reason) in WaitWhile()