Searched refs:GetCommandString (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | ICP_101xx.cs | 74 …mmand: {1}, requested: {2} bytes", Misc.PrettyPrintCollectionHex(rets), GetCommandString(), count); in Read() 437 … private string GetCommandString() => command != null ? $"0x{command:X} ({command})" : "None"; in GetCommandString() method in Antmicro.Renode.Peripherals.Sensors.ICP_101xx 441 this.Log(LogLevel.Warning, "Unhandled write, command: {0}.", GetCommandString()); in HandleWriteDefault() 446 this.Log(LogLevel.Warning, "Unhandled read, command: {0}.", GetCommandString()); in HandleReadDefault()
|