Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 50) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DSI70xx.cs100 private void MeasureHumidity(byte[] command) in MeasureHumidity()
106 private void MeasureTemperature(byte[] command) in MeasureTemperature()
112 private void ReadElectronicId1stByte(byte[] command) in ReadElectronicId1stByte()
125 private void ReadElectronicId2ndByte(byte[] command) in ReadElectronicId2ndByte()
140 private void ResetOutputBuffer(byte[] command) in ResetOutputBuffer()
DICP_101xx.cs293 …private void RegisterCommand(Command command, Action<byte[], int> writeHandler = null, Func<int, I… in RegisterCommand()
453 private Command? command; field in Antmicro.Renode.Peripherals.Sensors.ICP_101xx
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSudoTools.cs28 …public static Process EnsureSudoExecute(string command, string arguments = "", string description … in EnsureSudoExecute()
99 private static Process SudoExecute(string command, string description = "") in SudoExecute()
115 …private static string SudoDecorateCommand(string sudoName, string command, string description = "") in SudoDecorateCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModemParsing.cs145 public ParsedCommand(string command) in ParsedCommand()
185 public static bool TryParse(string command, out ParsedCommand parsed) in TryParse()
207 private string command; field in Antmicro.Renode.Peripherals.Network.AtCommandModem.ParsedCommand
DAtCommandModem.cs106 …public void OverrideResponseForCommand(string command, string status, string parameters = "", bool… in OverrideResponseForCommand()
272 private bool TryFindCommandMethod(ParsedCommand command, out MethodInfo method) in TryFindCommandMethod()
295 protected virtual Response HandleCommand(string command) in HandleCommand()
425 public AtCommandAttribute(string command, CommandType type = CommandType.Execution) in AtCommandAttribute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/CommandTests/
DActionArguments.cs77 public void CommandResultShouldContain(string command, string expected) in CommandResultShouldContain()
92 public void CommandShouldFail(string command) in CommandShouldFail()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Exceptions/
DParametersMismatchException.cs15 …public ParametersMismatchException(Type type, string command, string name) : base("Parameters did … in ParametersMismatchException()
21 …public ParametersMismatchException(Type type, string command, string name, string message) : base(… in ParametersMismatchException()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPythonEngine.cs68 public bool ExecuteBuiltinCommand(Token[] command, ICommandInteraction writer) in ExecuteBuiltinCommand()
126 public object ExecutePythonCommand(string command, ICommandInteraction writer) in ExecutePythonCommand()
DMonitor.cs185 public void RegisterCommand(Command command) in RegisterCommand()
195 public void UnregisterCommand(Command command) in UnregisterCommand()
686 public object ExecutePythonCommand(string command) in ExecutePythonCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/ConsoleBackendAnalyzers/
DGnomeTerminalProvider.cs15 protected override Process CreateProcess(string consoleName, string command) in CreateProcess()
DPuttyProvider.cs15 protected override Process CreateProcess(string consoleName, string command) in CreateProcess()
DTerminalAppProvider.cs18 protected override Process CreateProcess(string consoleName, string command) in CreateProcess()
DXTermProvider.cs15 protected override Process CreateProcess(string consoleName, string command) in CreateProcess()
DProcessBasedProvider.cs70 protected abstract Process CreateProcess(string consoleName, string command); in CreateProcess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DWatchCommand.cs25 public void Run(ICommandInteraction writer, StringToken command, DecimalIntegerToken delay) in Run()
DPythonExecuteCommand.cs40 public void Run(ICommandInteraction writer, StringToken command) in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs21 public static IEnumerable<PacketData> Execute(Command command, Packet packet) in Execute()
181 private static MethodInfo GetExecutingMethod(Command command, Packet packet) in GetExecutingMethod()
DCommandsManager.cs83 public bool TryGetCommand(Packet packet, out Command command) in TryGetCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_KeyManagerTest.cs122 private void SendCommand(OpenTitan_KeyManager.OperationMode command) in SendCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCypress_S25H.cs85 protected override int GetDummyBytes(Commands command) in GetDummyBytes()
DNANDFlash.cs182 private void HandleCommand(Command command) in HandleCommand()
DPULP_uDMA_SPI.cs198 private Commands command; field in Antmicro.Renode.Peripherals.SPI.PULP_uDMA_SPI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonPeripheral.cs126 public void ControlWrite(long command, ulong value) in ControlWrite()
132 public ulong ControlRead(long command, ulong value) in ControlRead()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs294 private void EnterState(Command command) in EnterState()
313 private void HandleCommand(Command command) in HandleCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DXilinx_XADC.cs126 private void HandleCommand(uint command) in HandleCommand()

12