Searched refs:PeripheralsCommand (Results 1 – 2 of 2) sorted by relevance
20 public class PeripheralsCommand : Command class53 …public PeripheralsCommand(Monitor monitor, Func<IMachine> getCurrentMachine) : base(monitor, "peri… in PeripheralsCommand() method in Antmicro.Renode.UserInterface.Commands.PeripheralsCommand
229 Commands.Add(new PeripheralsCommand(this, () => currentMachine)); in InitCommands()