Home
last modified time | relevance | path

Searched refs:PeripheralsCommand (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs20 public class PeripheralsCommand : Command class
53 …public PeripheralsCommand(Monitor monitor, Func<IMachine> getCurrentMachine) : base(monitor, "peri… in PeripheralsCommand() method in Antmicro.Renode.UserInterface.Commands.PeripheralsCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs229 Commands.Add(new PeripheralsCommand(this, () => currentMachine)); in InitCommands()