| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | ZMOD4xxx.cs | 108 return Misc.Stringify(rField); 123 return Misc.Stringify(initConfigurationRField); 138 return Misc.Stringify(configuration); 153 return Misc.Stringify(productionData);
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/ |
| D | FusionF0710A.cs | 27 this.DebugLog("Writing {0}.", data.Select(x => x.ToString()).Stringify()); in Write() 44 …s.Log(LogLevel.Warning, "Unknown write data: {0}.", data.Select(x => x.ToString("X")).Stringify()); in Write() 69 … this.DebugLog("Read returning {0}.", returnValue.Select(x => x.ToString()).Stringify()); in Read()
|
| D | AR1021.cs | 27 this.DebugLog("Writing {0}.", data.Select(x => x.ToString()).Stringify()); in Write() 33 this.DebugLog("Read returning {0}.", returnValue.Select(x => x.ToString()).Stringify()); in Read()
|
| D | FT5336.cs | 68 …pty : ", values {0}".FormatWith(data.Skip(1).Select(x => "0x" + x.ToString("X")).Stringify(", "))); in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/ |
| D | DefaultFunctionHandler.cs | 26 …Logger.Log(LogLevel.Debug, "Call {0} @ 0x{1:X} ({2})",functionName, pc, arguments.Stringify(", ")); in CallHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/ |
| D | TraceCommand.cs | 50 writer.WriteLine(handlers.Keys.Select(x => "- " + x).Stringify("\r\n")); in PrintHelp() 53 …ctionCallParameterType)).Where(x => !x.Contains("Array")).Select(x => "- " + x).Stringify("\r\n")); in PrintHelp()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | AmbiqApollo4_Security.cs | 51 …for CRC32 calculation:\n{0}", data.Select(b => "0x" + b.ToString("X2")).Stringify(limitPerLine: 8)… in CalculateCrc32()
|
| D | OpenTitan_AES.cs | 249 this.Log(LogLevel.Debug, "Generated key: {0}", Misc.Stringify(key, " ")); in ConfigureAES() 282 this.Log(LogLevel.Debug, "Generated 'DATA_OUT' : {0}", Misc.Stringify(output, " ")); in TransformData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | Quectel_BG96.cs | 180 …vel.Warning, "TCP/IP config value '{0}' set to {1}, not implemented", parameter, args.Stringify()); in Qicfg()
|
| D | Quectel_BC660K.cs | 238 …vel.Warning, "TCP/IP config value '{0}' set to {1}, not implemented", parameter, args.Stringify()); in Qicfg()
|
| D | QuectelModem.cs | 519 parameter, args.Stringify()); in Qicfg()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/ |
| D | OpenTitan_ROMController.cs | 123 return key.Select(x => "{0:X16}".FormatWith(x)).Stringify();
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Plugins/ |
| D | PluginManager.cs | 196 … .FormatWith(name, plugins.Select(x => "\"{0}\"".FormatWith(x.FullName)).Stringify(", ")))); in FindPluginFromName()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EmberRadio.cs | 256 … this.Log(LogLevel.Info, "data = {0}", dataToSend.Select(x => x.ToString("X")).Stringify()); in WriteDoubleWord()
|
| D | CC1200.cs | 386 … this.DebugLog("Received frame {0}.", bytes.Select(x => "0x{0:X}".FormatWith(x)).Stringify()); in ReceiveFrame() 623 … this.DebugLog("Sending frame {0}.", data.Select(x => "0x{0:X}".FormatWith(x)).Stringify()); in SendFrame()
|
| D | CC2538RF.cs | 647 … this.DebugLog("Sending frame {0}.", frame.Bytes.Select(x => "0x{0:X}".FormatWith(x)).Stringify()); in SendData()
|
| D | CC2520.cs | 461 … this.DebugLog("Sending frame {0}.", frame.Bytes.Select(x => "0x{0:X}".FormatWith(x)).Stringify()); in SendFrame()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/ |
| D | ATAPI.cs | 180 … this.Log(LogLevel.Noisy , "Received command packet: {0}", Misc.Stringify(receivedCommand, " ")); in GatherPacket()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 427 …public static string Stringify<TSource>(this IEnumerable<TSource> source, string separator = " ", … in Stringify() method in Antmicro.Renode.Utilities.Misc 429 …return Stringify(source.Select(x => x == null ? String.Empty : x.ToString()), separator, limitPerL… in Stringify() 432 …public static string Stringify(this IEnumerable<string> source, string separator = " ", int limitP… in Stringify() method in Antmicro.Renode.Utilities.Misc
|
| D | BitHelper.cs | 413 …x, i) => endings[i] == x ? x.ToString() : string.Format("{0}-{1}", x, endings[i])).Stringify(", "); in GetSetBitsPretty()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ |
| D | PeripheralRegister.cs | 795 …tagsAffected.Select(x => "{0} (0x{1:X})".FormatWith(x.Name, x.Value)).Stringify(", ")) : String.Em… in TagLogger()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | Monitor.cs | 301 …ult.Tokens.Take(result.Tokens.Count() - 1).Select(x => x.OriginalValue).Stringify() + lastExpanded… in Tokenize()
|