Searched refs:LogReadFail (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SVDParser.cs | 100 LogReadFail(tmpRegister.Peripheral.Name, tmpRegister.Name, offset, width); in TryReadAccess() 183 … LogReadFail(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
|