Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs86 var bytesToRead = CheckAndGetWidth(width); in TryReadAccess()
112 int bytesToWrite = CheckAndGetWidth(width); in TryWriteAccess()
312 private static int CheckAndGetWidth(SysbusAccessWidth type) in CheckAndGetWidth() method in Antmicro.Renode.Peripherals.Bus.SVDParser