Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/
DBytePeripheralWrapper.cs10 internal class BytePeripheralWrapper : IBytePeripheral class
12 public BytePeripheralWrapper(BusAccess.ByteReadMethod read, BusAccess.ByteWriteMethod write) in BytePeripheralWrapper() method in Antmicro.Renode.Peripherals.Bus.Wrappers.BytePeripheralWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs1381 BytePeripheralWrapper byteWrapper = null; in FillAccessMethodsWithDefaultMethods()
1388 byteWrapper = new BytePeripheralWrapper(methods.ReadByte, methods.WriteByte); in FillAccessMethodsWithDefaultMethods()