| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | IPeripheral.cs | 66 …var allMachines = simpleContainer.ChildCollection.Select(x => x.Value.GetMachine()).Distinct().ToA… in TryGetMachine() 82 public static IMachine GetMachine(this IPeripheral @this) in GetMachine() method in Antmicro.Renode.Peripherals.IPeripheralExtensions 103 return @this.GetMachine().GetSystemBus(busPeripheral).Endianess; in GetEndianness() 105 return @this.GetMachine().SystemBus.Endianess; in GetEndianness() 115 var machine = @this.GetMachine(); in GetName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | InterferenceQueue.cs | 49 …TimeInterval addTime = IPeripheralExtensions.GetMachine(sender).LocalTimeSource.ElapsedVirtualTime; in Add() 70 … IPeripheralExtensions.GetMachine(entry.Sender).LocalTimeSource.ElapsedVirtualTime, in Remove() 71 …IPeripheralExtensions.GetMachine(entry.Sender).LocalTimeSource.ElapsedVirtualTime - entry.StartTxT… in Remove() 78 … IPeripheralExtensions.GetMachine(entry.Sender).LocalTimeSource.ElapsedVirtualTime, in Remove() 79 …IPeripheralExtensions.GetMachine(entry.Sender).LocalTimeSource.ElapsedVirtualTime - entry.StartTxT… in Remove() 202 startTx = IPeripheralExtensions.GetMachine(sender).LocalTimeSource.ElapsedVirtualTime; in PacketInfo()
|
| D | WirelessMedium.cs | 143 … receiver.GetMachine().HandleTimeDomainEvent(receiver.ReceiveFrame, packetCopy, sender, vts, () => in FrameSentHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/ |
| D | NetworkInterfaceTester.cs | 64 var machine = iface.GetMachine(); in TryWaitForOutgoingPacket() 91 var machine = iface.GetMachine(); in TryWaitForOutgoingPacketWithBytesAtIndex() 124 iface.GetMachine().HandleTimeDomainEvent(macIface.ReceiveFrame, frame, vts); in SendFrame()
|
| D | FrameBufferTester.cs | 95 var machine = video.GetMachine(); in WaitForFrame() 140 var machine = video.GetMachine(); in WaitForFrameROI()
|
| D | LEDTester.cs | 33 this.machine = led.GetMachine(); in LEDTester()
|
| D | TerminalTester.cs | 49 machine = uart.GetMachine(); in AttachTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/ |
| D | ReadLoggingWrapper.cs | 21 machine = peripheral.GetMachine(); in ReadLoggingWrapper()
|
| D | WriteLoggingWrapper.cs | 21 machine = peripheral.GetMachine(); in WriteLoggingWrapper()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/ |
| D | LINHub.cs | 53 …item.GetMachine().HandleTimeDomainEvent<object>(_ => item.ReceiveLINBreak(), null, TimeDomainsMana… in HandleLINBreak()
|
| D | UARTHub.cs | 98 …item.GetMachine().HandleTimeDomainEvent(item.WriteChar, obj, TimeDomainsManager.Instance.VirtualTi… in HandleCharReceived()
|
| D | UARTBackend.cs | 110 UART.GetMachine().HandleTimeDomainEvent(UART.WriteChar, (byte)b, vts); in ByteRead()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | PacketInterceptionPythonEngine.cs | 33 machine = radio.GetMachine(); in PacketInterceptionPythonEngine()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RiscVInstructionPythonEngine.cs | 53 Scope.SetVariable("machine", cpu.GetMachine()); in InnerInit()
|
| D | RiscVCsrPythonEngine.cs | 76 Scope.SetVariable("machine", cpu.GetMachine()); in InnerInit()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ArmPerformanceMonitoringUnit.cs | 129 using(parentCPU.GetMachine().ObtainPausedState(true)) in GetCounterValue() 145 using(parentCPU.GetMachine().ObtainPausedState(true)) in SetCounterValue() 160 using(parentCPU.GetMachine().ObtainPausedState(true)) in SetCounterEvent() 182 using(parentCPU.GetMachine().ObtainPausedState(true)) in GetCounterEvent()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/ |
| D | BasicNetwork.cs | 58 …node.GetMachine().HandleTimeDomainEvent<object>((_) => node.ReceiveData(data, source, destination)… in SendData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/ |
| D | BackendTerminal.cs | 44 this.machine = uart.GetMachine(); in AttachTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ |
| D | RESDStream.cs | 47 var machine = @this.GetMachine(); 210 var machine = peripheral.GetMachine(); in TryGetCurrentSample() 278 var machine = owner.GetMachine(); in StartSampleFeedThread()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ |
| D | S32K3XX_FlexIO_SENT.cs | 39 sysbus = flexIO.GetMachine().GetSystemBus(flexIO); in RegisterInFlexIO()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/ |
| D | LoggingUartAnalyzer.cs | 44 machine = uart.GetMachine(); in AttachTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/ |
| D | CANHub.cs | 125 iface.GetMachine().HandleTimeDomainEvent(iface.OnFrameReceived, message, vts, in Transmit()
|
| D | Switch.cs | 55 ifaceDescriptor.Machine = machine ?? peripheralInterface.GetMachine(); in AttachTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948_Bank3Registers.cs | 104 var machine = this.GetMachine(); in DefineGyroAccelUserBank3Registers()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | ReadWriteExtensions.tt | 396 …peripheral.Log(LogLevel.Warning, peripheral.GetMachine().GetSystemBus(peripheral).DecorateWithCPUN…
|