Home
last modified time | relevance | path

Searched refs:ExecuteCommand (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DExecuteCommand.cs17 public class ExecuteCommand : Command class
55 …public ExecuteCommand(Monitor monitor, string name, string noun, Func<VariableToken, Token> getVar… in ExecuteCommand() method in Antmicro.Renode.UserInterface.Commands.ExecuteCommand
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DATAPI.cs110 … .WithValueField(0, 8, writeCallback: (_, value) => ExecuteCommand((Command)value), in CreateRegisters()
200 private void ExecuteCommand(Command command) in ExecuteCommand() method in Antmicro.Renode.Peripherals.ATAPI.ATAPI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMMCController.cs45 …protected uint[] ExecuteCommand(Commands command, uint args, bool sendInitSequence, bool dataTrans… in ExecuteCommand() method in Antmicro.Renode.Peripherals.SD.MMCController
DSunxiMMC.cs205 …responseRegisters = ExecuteCommand((Commands)commandIndex.Value, commandArgument, sendInitSequence… in OnStartCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs239 …Commands.Add(new ExecuteCommand(this, "execute", "VARIABLE", x => ExpandVariable(x, variables), ()… in InitCommands()
240 …Commands.Add(new ExecuteCommand(this, "runMacro", "MACRO", x => ExpandVariable(x, macros), () => m… in InitCommands()
420 if(!ExecuteCommand(result.ToArray(), writer) && breakOnException) in ParseTokens()
782 private bool ExecuteCommand(Token[] com, ICommandInteraction writer) in ExecuteCommand() method in Antmicro.Renode.UserInterface.Monitor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_CSRNG.cs312 ExecuteCommand(command, commandLength, flags, generateLength); in HandleCommandRequestWrite()
369 …private void ExecuteCommand(CommandName command, uint commandLength, bool[] flags, uint generateLe… in ExecuteCommand() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG