Home
last modified time | relevance | path

Searched refs:emulationElement (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIAnalyzableBackend.cs15 void Attach(T emulationElement); in Attach() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DLogLevelCommand.cs174 …tion.TryGetEmulationElementByName(emulationElementName, monitor.Machine, out var emulationElement)) in TrySetLogLevel()
179 emulationElements = ((emulationElement is IMachine) && recursive) in TrySetLogLevel()
180 …? (emulationElement as Machine).GetRegisteredPeripherals().Select(x => x.Peripheral).Cast<IEmulati… in TrySetLogLevel()
181 : new[] { emulationElement }; in TrySetLogLevel()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs144 …Emulation.TryGetEmulationElementByName(value as string, monitor.Machine, out var emulationElement)) in GetTokenValue()
146 return emulationElement; in GetTokenValue()