Searched refs:ExecuteCommand (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | ExecuteCommand.cs | 17 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/ |
| D | ATAPI.cs | 110 … .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/ |
| D | MMCController.cs | 45 …protected uint[] ExecuteCommand(Commands command, uint args, bool sendInitSequence, bool dataTrans… in ExecuteCommand() method in Antmicro.Renode.Peripherals.SD.MMCController
|
| D | SunxiMMC.cs | 205 …responseRegisters = ExecuteCommand((Commands)commandIndex.Value, commandArgument, sendInitSequence… in OnStartCommand()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | Monitor.cs | 239 …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/ |
| D | OpenTitan_CSRNG.cs | 312 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
|