Searched refs:BytePeripheralWrapper (Results 1 – 2 of 2) sorted by relevance
10 internal class BytePeripheralWrapper : IBytePeripheral class12 public BytePeripheralWrapper(BusAccess.ByteReadMethod read, BusAccess.ByteWriteMethod write) in BytePeripheralWrapper() method in Antmicro.Renode.Peripherals.Bus.Wrappers.BytePeripheralWrapper
1381 BytePeripheralWrapper byteWrapper = null; in FillAccessMethodsWithDefaultMethods()1388 byteWrapper = new BytePeripheralWrapper(methods.ReadByte, methods.WriteByte); in FillAccessMethodsWithDefaultMethods()