Home
last modified time | relevance | path

Searched refs:PrettyPrintCollectionHex (Results 1 – 25 of 34) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBEndpoint.cs70 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()
DUSBDeviceCore.cs147 device.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(result)); in SendSetupResult()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSPIMultiplexer.cs61 …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()
DMAX3421E.cs489 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/
DEchoI2CDevice.cs23 …ogLevel.Debug, "Written {0} bytes of data: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
DDummyI2CSlave.cs39 …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/
DLiteSDCard_CSR32.cs139 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()
DLiteSDCard.cs164 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/
DDummyLINPeripheral.cs49 ….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/
DCANMessageFrame.cs106 public string DataAsHex => Misc.PrettyPrintCollectionHex(Data);
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/I2C/
DI2CPeripheralBase.cs35 …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/
DAK0991x.cs37 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()
DICP_101xx.cs60 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()
DLSM9DS1_Magnetic.cs47 …is.Log(LogLevel.Noisy, "Written {0} bytes: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
DOV2640.cs41 … parent.NoisyLog("OV2640: Received the following bytes: {0}", Misc.PrettyPrintCollectionHex(data)); in Write()
DLIS2DS12.cs48 …evel.Noisy, "Write with {0} bytes of data: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
DBMP180.cs42 …evel.Noisy, "Write with {0} bytes of data: {1}", data.Length, Misc.PrettyPrintCollectionHex(data)); in Write()
DHS3001.cs121 …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/
DSTM32H7_CRYPTO.cs371 …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/
DBitStream.cs183 return Misc.PrettyPrintCollectionHex(segments); in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DValentyUSB.cs219 …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/
DAtCommandModem.cs163 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/
DABRTCMC.cs136 …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/
DUSBIPServer.cs92 … 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/
DICM20948.cs100 …{3}", userBankSelected, startingRegister, selectedRegister, Misc.PrettyPrintCollectionHex(result)); in Read()

12