Searched defs:reason (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | HaltArguments.cs | 11 …public HaltArguments(HaltReason reason, ICPU cpu, ulong? address = null, BreakpointType? breakpoin… in HaltArguments()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Exceptions/ |
| D | RegistrationException.cs | 19 …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/ |
| D | PacketData.cs | 44 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/ |
| D | SAM4S_RSTC.cs | 22 …public void InvokeReset(ResetType reason, bool resetProcessor = false, bool resetPeripherals = fal… in InvokeReset()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | S32K3XX_LowPowerInterIntegratedCircuit.cs | 220 private bool AssertActivePeripheral(string reason) in AssertActivePeripheral()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | TimeSourceBase.cs | 835 public void WaitWhile(Func<bool> condition, string reason) in WaitWhile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/ |
| D | PL330_DMA.cs | 581 public void SignalChannelAbort(Channel.ChannelFaultReason reason) in SignalChannelAbort()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 1260 public static void WaitWhile(this object @this, Func<bool> condition, string reason) in WaitWhile()
|