Home
last modified time | relevance | path

Searched refs:GetMachine (Results 1 – 25 of 27) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheral.cs66 …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/
DInterferenceQueue.cs49 …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()
DWirelessMedium.cs143 … receiver.GetMachine().HandleTimeDomainEvent(receiver.ReceiveFrame, packetCopy, sender, vts, () => in FrameSentHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DNetworkInterfaceTester.cs64 var machine = iface.GetMachine(); in TryWaitForOutgoingPacket()
91 var machine = iface.GetMachine(); in TryWaitForOutgoingPacketWithBytesAtIndex()
124 iface.GetMachine().HandleTimeDomainEvent(macIface.ReceiveFrame, frame, vts); in SendFrame()
DFrameBufferTester.cs95 var machine = video.GetMachine(); in WaitForFrame()
140 var machine = video.GetMachine(); in WaitForFrameROI()
DLEDTester.cs33 this.machine = led.GetMachine(); in LEDTester()
DTerminalTester.cs49 machine = uart.GetMachine(); in AttachTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DReadLoggingWrapper.cs21 machine = peripheral.GetMachine(); in ReadLoggingWrapper()
DWriteLoggingWrapper.cs21 machine = peripheral.GetMachine(); in WriteLoggingWrapper()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DLINHub.cs53 …item.GetMachine().HandleTimeDomainEvent<object>(_ => item.ReceiveLINBreak(), null, TimeDomainsMana… in HandleLINBreak()
DUARTHub.cs98 …item.GetMachine().HandleTimeDomainEvent(item.WriteChar, obj, TimeDomainsManager.Instance.VirtualTi… in HandleCharReceived()
DUARTBackend.cs110 UART.GetMachine().HandleTimeDomainEvent(UART.WriteChar, (byte)b, vts); in ByteRead()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DPacketInterceptionPythonEngine.cs33 machine = radio.GetMachine(); in PacketInterceptionPythonEngine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscVInstructionPythonEngine.cs53 Scope.SetVariable("machine", cpu.GetMachine()); in InnerInit()
DRiscVCsrPythonEngine.cs76 Scope.SetVariable("machine", cpu.GetMachine()); in InnerInit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmPerformanceMonitoringUnit.cs129 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/
DBasicNetwork.cs58 …node.GetMachine().HandleTimeDomainEvent<object>((_) => node.ReceiveData(data, source, destination)… in SendData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/
DBackendTerminal.cs44 this.machine = uart.GetMachine(); in AttachTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDStream.cs47 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/
DS32K3XX_FlexIO_SENT.cs39 sysbus = flexIO.GetMachine().GetSystemBus(flexIO); in RegisterInFlexIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DLoggingUartAnalyzer.cs44 machine = uart.GetMachine(); in AttachTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/
DCANHub.cs125 iface.GetMachine().HandleTimeDomainEvent(iface.OnFrameReceived, message, vts, in Transmit()
DSwitch.cs55 ifaceDescriptor.Machine = machine ?? peripheralInterface.GetMachine(); in AttachTo()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Bank3Registers.cs104 var machine = this.GetMachine(); in DefineGyroAccelUserBank3Registers()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.tt396 …peripheral.Log(LogLevel.Warning, peripheral.GetMachine().GetSystemBus(peripheral).DecorateWithCPUN…

12