Home
last modified time | relevance | path

Searched refs:DebugLog (Results 1 – 25 of 77) sorted by relevance

1234

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32L_RTC.cs26 this.DebugLog("Setting IRQ"); in STM32L_RTC()
57 this.DebugLog("Setting wucksel to {0}", value); in SetupRegisters()
62 this.DebugLog(value ? "Enabling timer" : "Disabling timer"); in SetupRegisters()
72 this.DebugLog("Clearing IRQ"); in SetupRegisters()
79 this.DebugLog("Setting limit to {0}", value); in SetupRegisters()
DS32K_LPIT.cs254 DebugLog("Setting Timer Enabled: {0}", value); in SetTimerEnabled()
279 DebugLog("Setting Operation Mode: {0}", value);
298 DebugLog("Setting Value: {0:X}", value);
310 DebugLog("Timer disabled, setting value.");
315DebugLog("Timer enabled, value will be set after the timer is disabled or 0 is reached.");
325 this.DebugLog("Limit reached!"); in LimitReachedHandle()
343 private void DebugLog(string message, params object[] args) in DebugLog() method in Antmicro.Renode.Peripherals.Timers.S32K_LPIT.LPITTimer
DRenesasDA_Watchdog.cs124 … this.DebugLog("Ignoring freeze because {0} is set", nameof(nonMaskableInterruptReset)); in UpdateEnabled()
128 … this.DebugLog("Ignoring freeze because {0} isn't set", nameof(watchdogFreezeEnabled)); in UpdateEnabled()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DAT86RF233.cs26 this.DebugLog("Frame of length {0} received.", frame.Length); in ReceiveFrame()
31 this.DebugLog("Ignoring an empty frame."); in ReceiveFrame()
42 this.DebugLog("Radio is not listening right now - this frame is being deffered."); in ReceiveFrame()
62 this.DebugLog("Chip select set to: {0}", value); in OnGPIO()
71 this.DebugLog("Byte received: 0x{0:X}", data); in Transmit()
138 …this.DebugLog("Register 0x{0:X} {1} request", context, accessType == AccessType.ReadAccess ? "read… in HandleCommandByte()
143 … this.DebugLog("Command received: {0} {1}", accessMode.ToString(), accessType.ToString()); in HandleCommandByte()
170 …this.DebugLog("Sending automatic ACK for frame sequence number: {0}", ackFrame.DataSequenceNumber); in HandleFrame()
176 this.DebugLog("Setting IRQ"); in HandleFrame()
327 this.DebugLog("Frame of length {0} sent.", frameBuffer.Length); in SendPacket()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DZMOD4xxx.cs65 this.DebugLog("Empty write. Ignoring"); in Write()
69 … this.DebugLog("Address set to 0x{0:X} [{1}]", currentRegister, (Registers)currentRegister); in Write()
72 this.DebugLog("Writing 0x{0:x} to addr 0x{1:x}", b, currentRegister); in Write()
86 this.DebugLog("Read 0x{0:x} from addr 0x{1:x}", response[index], currentRegister); in Read()
94 this.DebugLog("Finished transmission"); in FinishTransmission()
241 this.DebugLog("Sensor in measure state = {0}", sensorInMeasureMode); in DefineRegisters()
257 this.DebugLog("Measurement trigerred"); in DefineRegisters()
262 this.DebugLog("Measurement stopped"); in DefineRegisters()
DHS3001.cs67 this.DebugLog("Exiting sensor reconfiguration mode"); in Write()
88 … this.DebugLog("Writing 0x{0:X} to register {1}", value, (Registers)registerWriteData[0]); in Write()
112 this.DebugLog("Entering sensor reconfiguration mode"); in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DAR1021.cs27 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()
56 this.DebugLog("Moving the pointer to {0}x{1}", x, y); in MoveTo()
66 … this.DebugLog("Button pressed, sending press signal at {0}x{1}.", points[0].X, points[0].Y); in Press()
78 this.DebugLog("Button released at {0}x{1}.", points[0].X, points[0].Y); in Release()
DFusionF0710A.cs27 this.DebugLog("Writing {0}.", data.Select(x => x.ToString()).Stringify()); in Write()
69 … this.DebugLog("Read returning {0}.", returnValue.Select(x => x.ToString()).Stringify()); in Read()
96 this.DebugLog("Moving the pointer to {0}x{1}", x, y); in MoveTo()
106 … this.DebugLog("Button pressed, sending press signal at {0}x{1}.", points[0].X, points[0].Y); in Press()
118 this.DebugLog("Button released at {0}x{1}.", points[0].X, points[0].Y); in Release()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Video/
DVybridDCU.cs35 this.DebugLog("Setting resolution to {0} x {1}", Width, Height); in WriteDoubleWord()
45 this.DebugLog("Setting buffer addr to 0x{0:X}", value); in WriteDoubleWord()
68 this.DebugLog("Change dpp mode to {0}-bit", 8 * (((value >> 16) & 7) - 2)); in WriteDoubleWord()
DTegraDisplay.cs39 this.DebugLog("Setting resolution to {0}x{1}", w, h); in WriteDoubleWord()
66 this.DebugLog("Setting buffer addr to 0x{0:X}", value); in WriteDoubleWord()
DPL110.cs29 this.DebugLog("Setting buffer addr to 0x{0:X}", value); in WriteDoubleWord()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DRenesasRZG_IRQController.cs175 this.DebugLog("TINT{0}: blinked", interruptIdx); in UpdateInterrupts()
183 this.DebugLog("TINT{0}: blinked", interruptIdx); in UpdateInterrupts()
189 this.DebugLog("TINT{0}: {1}", interruptIdx, state ? "set" : "unset"); in UpdateInterrupts()
194 this.DebugLog("TINT{0}: {1}", interruptIdx, !state ? "set" : "unset"); in UpdateInterrupts()
202 this.DebugLog("TINT{0}: unset", interruptIdx); in UpdateInterrupts()
217 this.DebugLog("IRQ{0}: {1}", interruptIdx, !state ? "set" : "unset"); in UpdateInterrupts()
224 this.DebugLog("IRQ{0}: blinked", interruptIdx); in UpdateInterrupts()
232 this.DebugLog("IRQ{0}: blinked", interruptIdx); in UpdateInterrupts()
240 this.DebugLog("IRQ{0}: blinked", interruptIdx); in UpdateInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DTegraDmaHost1X.cs55 …this.DebugLog("Write to VI @ 0x{0:X} count {1} bytes, first_val = {2:X}", 0x54080000 + addr, count… in Execute_DMA()
58 …this.DebugLog("class nvhost 0x01 - syncpt control. next_val = {0:X} at addr {1:X}. not implemented… in Execute_DMA()
60 this.DebugLog("classid = {0:X} not recognized!", classid); in Execute_DMA()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSEMA4.cs206 sema.DebugLog("Gate {0}: unlock by CPU {1}.", number, id - 1); in Write()
232 sema.DebugLog("Gate {0}: lock by CPU {1}.", number, id - 1); in Write()
251 … sema.DebugLog("Gate {0}: unsuccessful lock try by CPU {1}.", number, id - 1); in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLocalInterruptController.cs242 …this.DebugLog("Incoming interrupt #{0} set to {1}, enabled={2} edgeTriggered={3} negative={4} -> o… in OnGPIO()
259 this.DebugLog("Acknowledged interrupt #{0}", acknowledgedInterrupt); in AcknowledgeInterrupt()
356 …this.DebugLog("Presenting interrupt #{0} to core, vectored {1} level {2} priority {3} privilege {4… in UpdateInterrupt()
362 this.DebugLog("Clearing current interrupt state - no interrupt pending"); in UpdateInterrupt()
447 … this.DebugLog("Set interrupt #{0} pending {1}", index, interruptPending[index].Value); in DefineRegisters()
459 this.DebugLog("Set interrupt #{0} enabled {1}", index, value); in DefineRegisters()
476 …this.DebugLog("Set interrupt #{0} edge-triggered {1} negative {2}", index, edgeTriggered[index].Va… in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DRenesasRA_IIC.cs92 this.DebugLog("Internal reset performed"); in DefineRegisters()
97 this.DebugLog("IIC reset performed"); in DefineRegisters()
346 … this.DebugLog("Selected peripheral 0x{0:X} ({1})", address, selectedPeripheral.GetName()); in WriteData()
391 this.DebugLog("Read {0} from peripheral", data.ToLazyHexString()); in ReadData()
447 this.DebugLog("{0}: {1}, {2}: {3}, {4}: {5}, {6}: {7}", in UpdateInterrupts()
484 this.DebugLog("Writing {0} to peripheral", content.ToLazyHexString()); in HandleStopCondition()
589 parent.DebugLog("Handling {0} condition", name); in Perform()
DRenesasRZG_IIC.cs97 this.DebugLog("Internal reset performed"); in DefineRegisters()
102 this.DebugLog("IIC reset performed"); in DefineRegisters()
347 … this.DebugLog("Selected peripheral 0x{0:X} ({1})", address, selectedPeripheral.GetName()); in WriteData()
392 this.DebugLog("Read {0} from peripheral", data.ToLazyHexString()); in ReadData()
442 this.DebugLog("{0}: {1}, {2}: {3}, {4}: {5}, {6}: {7}, {8}: {9}, {10}: {11}", in UpdateInterrupts()
481 this.DebugLog("Writing {0} to peripheral", content.ToLazyHexString()); in HandleStopCondition()
588 parent.DebugLog("Handling {0} condition", name); in Perform()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DKS8851.cs186 this.DebugLog("Interrupts enabled."); in Message()
204 …this.DebugLog("Packet received, LEN {7} {0:x} {1:x} {2:x} {3:x} (...) {4:x} {5:x} {6:x}", request[… in Finished()
244 this.DebugLog("Encoded length is 0x{0:X}.", encodedLength); in Finished()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948.cs57 …this.DebugLog("Selected bank #{0} register 0x{1:X} ({2})", userBankSelected, selectedRegister, Sel… in Write()
76 …this.DebugLog("Write at bank #{0} from 0x{1:X} to 0x{2:X}: data {3}", userBankSelected, startingRe… in Write()
96 …this.DebugLog("Staring read of {0} bytes at bank #{1} from 0x{2:X} ({3})", count, userBankSelected… in Read()
140 …this.DebugLog("Write at bank #{0} to 0x{1:X} ({2}): value 0x{3:X}", userBankSelected, selectedRegi… in Transmit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DXilinx_XADC.cs103 this.DebugLog($"Command FIFO write: 0x{newValue:x}"); in DefineRegisters()
115 this.DebugLog($"Data FIFO read returning 0x{value:x}"); in DefineRegisters()
182 this.DebugLog($"Read ADC channel {address} with value {rawValue}"); in HandleDrpRead()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRA8M1_SCI.cs182 …this.DebugLog("ReceiveIRQ: {0}blinking, TransmitIRQ: {1}blinking, TransmitEndIRQ: {2}blinking", rx… in UpdateInterrupts()
202 this.DebugLog("TransmitEndIRQ: {0}.", teState ? "set" : "unset"); in UpdateInterruptsInIICMode()
482 this.DebugLog("Stop Condition Requested!"); in DefineRegisters()
490 this.DebugLog("Restart Condition Requested!"); in DefineRegisters()
498 this.DebugLog("Start Condition Requested!"); in DefineRegisters()
785 … this.DebugLog("Selected slave address 0x{0:X} for {1}", slaveAddress, iicDirection); in TransmitIICData()
800 this.DebugLog("Ignoring the dummy transmission"); in TransmitIICData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DOsXTapInterface.cs53 this.DebugLog("Interface is not up during write, frame dropped."); in ReceiveFrame()
204 …this.DebugLog($"Opening TAP device with major number: {majorNumber} and minor number: {minorNumber… in Init()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs72 this.DebugLog("Loading {0} bytes at 0x{1:x} from {2}", size, offset, path); in AddBackingFile()
145 this.DebugLog("Saving {0} bytes at 0x{1:x} to {2}", file.size, offset, file.path); in Dispose()
204 this.DebugLog("Erased {0}-byte sector at 0x{1:x}", sectorSize, offset); in WriteByte()
211 this.DebugLog("Handling command {0} (0x{1:x})", (Command)value, value); in WriteByte()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DCANToUART.cs35 …this.DebugLog("Received an unexpected message on id 0x{0:X} and length {1}!", message.Id, message.… in OnFrameReceived()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Memory/
DGenericI2cEeprom.cs81 …this.DebugLog("Write {0} bytes to address 0x{1:X4}: {2}", bytesToWrite, currentAddress, data.Skip(… in Write()
90 …this.DebugLog("Write {0} bytes to address 0x{1:X4}: {2}", count, currentAddress, data.Skip(index).… in Write()

1234