Searched refs:peripheralName (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | AnalyzersCommand.cs | 31 public void Run(ICommandInteraction writer, LiteralToken peripheralName) in Run() argument 38 …p = (IPeripheral)monitor.ConvertValueOrThrowRecoverable(peripheralName.Value, typeof(IPeripheral)); in Run() 42 writer.WriteError(string.Format("Peripheral not found: {0}", peripheralName.Value)); in Run() 49 writer.WriteError(string.Format("No backend found for {0}", peripheralName.Value)); in Run() 61 …ICommandInteraction writer, [Values("default")] LiteralToken @default, LiteralToken peripheralName) in Run() argument 68 if(m == null || !m.TryGetByName(peripheralName.Value, out p, out fake)) in Run() 70 writer.WriteError(string.Format("Peripheral not found: {0}", peripheralName.Value)); in Run() 77 writer.WriteError(string.Format("No backend found for {0}", peripheralName.Value)); in Run()
|
| D | ShowBackendAnalyzerCommand.cs | 72 … public IAnalyzableBackendAnalyzer GetAnalyzer(string peripheralName, string analyzerTypeName) in GetAnalyzer() argument 80 … p = (IPeripheral)monitor.ConvertValueOrThrowRecoverable(peripheralName, typeof(IPeripheral)); in GetAnalyzer() 84 throw new Exception(string.Format("Peripheral not found: {0}", peripheralName)); in GetAnalyzer() 90 throw new Exception(string.Format("No backend found for {0}", peripheralName)); in GetAnalyzer() 97 … throw new Exception(string.Format("No suitable analyzer found for {0}", peripheralName)); in GetAnalyzer() 115 …t("More than one analyzer available for {0}. Please choose which one to use:\r\n", peripheralName); in GetAnalyzer()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SVDParser.cs | 219 …private void LogReadSuccess(ulong value, string peripheralName, string name, ulong offset, SysbusA… in LogReadSuccess() argument 233 peripheralName, in LogReadSuccess() 241 …private void LogWriteSuccess(ulong value, string peripheralName, string name, ulong offset, Sysbus… in LogWriteSuccess() argument 260 peripheralName, in LogWriteSuccess() 269 …private void LogReadFail(string peripheralName, string name, ulong offset, SysbusAccessWidth width… in LogReadFail() argument 282 peripheralName, in LogReadFail() 290 …private void LogWriteFail(ulong value, string peripheralName, string name, ulong offset, SysbusAcc… in LogWriteFail() argument 304 peripheralName, in LogWriteFail()
|