| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ |
| D | USBEndpoint.cs | 70 device.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(packet)); in WriteData() 102 …isy, "Sending back {0} bytes: {1}", buffer.Peek().Count(), Misc.PrettyPrintCollectionHex(buffer.Pe… in SetDataReadCallbackOneShot() 183 device.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(data)); in HandlePacket() 195 …l.Noisy, "Enqueuing chunk of {0} bytes: {1}", chunk.Count(), Misc.PrettyPrintCollectionHex(chunk)); in HandlePacket()
|
| D | USBDeviceCore.cs | 147 device.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(result)); in SendSetupResult()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | SPIMultiplexer.cs | 61 …1}) - ignoring transfer and returning a dummy byte", data, Misc.PrettyPrintCollectionHex(chipSelec… in Transmit() 90 …ssion, but multiple devices are currently selected ({0})", Misc.PrettyPrintCollectionHex(chipSelec… in FinishTransmission()
|
| D | MAX3421E.cs | 489 this.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(data)); in HandleBulkIn() 509 …ode SETUP packet - some data might be lost! Bytes were: {0}", Misc.PrettyPrintCollectionHex(data)); in HandleSetup()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/ |
| D | EchoI2CDevice.cs | 23 …ogLevel.Debug, "Written {0} bytes of data: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
|
| D | DummyI2CSlave.cs | 39 …s.Log(LogLevel.Debug, "Received {0} bytes: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | LiteSDCard_CSR32.cs | 139 this.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(resp)); in DefineRegisters() 271 …ata from device: {1}. Writing it to 0x{2:X}", data.Length, Misc.PrettyPrintCollectionHex(data), re… in ReadData() 283 …from 0x{1:X} to the device: {2}", data.Length, writerAddress, Misc.PrettyPrintCollectionHex(data)); in WriteData()
|
| D | LiteSDCard.cs | 164 this.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(resp)); in DefineRegisters() 321 …ata from device: {1}. Writing it to 0x{2:X}", data.Length, Misc.PrettyPrintCollectionHex(data), re… in ReadData() 333 …from 0x{1:X} to the device: {2}", data.Length, writerAddress, Misc.PrettyPrintCollectionHex(data)); in WriteData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | DummyLINPeripheral.cs | 49 ….Log(LogLevel.Info, "Received frame (valid={0}): {1}", valid, Misc.PrettyPrintCollectionHex(data)); in FrameReceived()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/ |
| D | CANMessageFrame.cs | 106 public string DataAsHex => Misc.PrettyPrintCollectionHex(Data);
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/I2C/ |
| D | I2CPeripheralBase.cs | 35 …is.Log(LogLevel.Noisy, "Written {0} bytes: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | AK0991x.cs | 37 this.Log(LogLevel.Noisy, "Writing bytes: {0}", Misc.PrettyPrintCollectionHex(data)); in Write() 72 this.Log(LogLevel.Noisy, "Reading bytes: {0}", Misc.PrettyPrintCollectionHex(buf)); in Read()
|
| D | ICP_101xx.cs | 60 this.Log(LogLevel.Debug, "Received command: {0}", Misc.PrettyPrintCollectionHex(data)); in Write() 74 …ith CRC: {0}, current command: {1}, requested: {2} bytes", Misc.PrettyPrintCollectionHex(rets), Ge… in Read()
|
| D | LSM9DS1_Magnetic.cs | 47 …is.Log(LogLevel.Noisy, "Written {0} bytes: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
|
| D | OV2640.cs | 41 … parent.NoisyLog("OV2640: Received the following bytes: {0}", Misc.PrettyPrintCollectionHex(data)); in Write()
|
| D | LIS2DS12.cs | 48 …evel.Noisy, "Write with {0} bytes of data: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
|
| D | BMP180.cs | 42 …evel.Noisy, "Write with {0} bytes of data: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
|
| D | HS3001.cs | 121 …s.WarningLog("Unexpected write to the sensor: {0}. Ignoring", Misc.PrettyPrintCollectionHex(data)); in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | STM32H7_CRYPTO.cs | 371 …y: {1}, iv: {2}", nameof(RSA_GCM_State), Misc.PrettyPrintCollectionHex(key), Misc.PrettyPrintColle… in InitializeInitializationPhase() 449 … parent.Log(LogLevel.Debug, "Got cipher block: {0}", Misc.PrettyPrintCollectionHex(output)); in ProcessPayload()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitStream.cs | 183 return Misc.PrettyPrintCollectionHex(segments); in ToString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | ValentyUSB.cs | 219 …this.Log(LogLevel.Noisy, "Response bytes: [{0}]", Misc.PrettyPrintCollectionHex(slaveToMasterBuffe… in SendSetupPacketResponse() 348 … this.Log(LogLevel.Noisy, "Setup packet bytes: [{0}]", Misc.PrettyPrintCollectionHex(packetBytes)); in SetupPacketHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/ |
| D | AtCommandModem.cs | 163 Misc.PrettyPrintCollectionHex(bytes), nameof(CharReceived)); in SendBytes() 472 bodyRepresentation = Misc.PrettyPrintCollectionHex(BinaryBody); in ToString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | ABRTCMC.cs | 136 …is.Log(LogLevel.Debug, "Written {0} bytes: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 92 … this.Log(LogLevel.Noisy, "Count {0}: {1}", bytes.Count(), Misc.PrettyPrintCollectionHex(bytes)); in SendResponse() 261 …his.Log(LogLevel.Noisy, "Count {0}: {1}", response.Length, Misc.PrettyPrintCollectionHex(response)… in HandleIncomingData()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948.cs | 100 …{3}", userBankSelected, startingRegister, selectedRegister, Misc.PrettyPrintCollectionHex(result)); in Read()
|