Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIPeripheral.cs51 public static bool TryGetMachine(this IPeripheral @this, out IMachine machine) in TryGetMachine() method in Antmicro.Renode.Peripherals.IPeripheralExtensions
84 if(@this.TryGetMachine(out var machine)) in GetMachine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DButton.cs99 if(!this.TryGetMachine(out var machine)) in SetGPIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulation.cs157 public bool TryGetMachine(string key, out IMachine machine) in TryGetMachine() method in Antmicro.Renode.Core.Emulation