Home
last modified time | relevance | path

Searched refs:LogReadFail (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs100 LogReadFail(tmpRegister.Peripheral.Name, tmpRegister.Name, offset, width); in TryReadAccess()
183LogReadFail(register.Peripheral.Name, register.Name, tmpOffset, width, offset); in AssembleValueFromRegisters()
269 …private void LogReadFail(string peripheralName, string name, ulong offset, SysbusAccessWidth width… in LogReadFail() method in Antmicro.Renode.Peripherals.Bus.SVDParser