Home
last modified time | relevance | path

Searched defs:ReadBytes (Results 1 – 14 of 14) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIMultibyteWritePeripheral.cs14 byte[] ReadBytes(long offset, int count, IPeripheral context = null); in ReadBytes() method
DRedirector.cs78 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.Redirector
DBusControllerProxy.cs135 …public virtual void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool o… in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
143 …public virtual byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral con… in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
150 public virtual byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
DIBusController.cs47 …void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = fal… in ReadBytes() method
48 … byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral context = null); in ReadBytes() method
DSystemBus.cs604 …public void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemor… in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.SystemBus
634 …public byte[] ReadBytes(ulong address, int count, bool onlyMemory = false, IPeripheral context = n… in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.SystemBus
641 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DSpiHost.cs49 public byte[] ReadBytes(int count) in ReadBytes() method in Antmicro.Renode.Extensions.Mocks.SpiHost
DI2CHost.cs50 public byte[] ReadBytes(uint addr, int count) in ReadBytes() method in Antmicro.Renode.Extensions.Mocks.I2CHost
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DInternalMemoryAccessor.cs34 public IEnumerable<byte> ReadBytes(long offset, int count) in ReadBytes() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.InternalMemoryAccessor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ScrambledMemory.cs50 public void ReadBytes(long offset, int count, byte[] destination, int startIndex) in ReadBytes() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_ScrambledMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeBinaryReader.cs45 public override byte[] ReadBytes(int count) in ReadBytes() method in Antmicro.Renode.Utilities.SafeBinaryReader
DMisc.cs146 … public static byte[] ReadBytes(this Stream stream, int count, bool throwIfEndOfStream = false) in ReadBytes() method in Antmicro.Renode.Utilities.Misc
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs129 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() method in Antmicro.Renode.Peripherals.Memory.ArrayMemory
DMappedMemory.cs277 public void ReadBytes(long offset, int count, byte[] destination, int startIndex) in ReadBytes() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
297 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DEFR32_I2CControllerTests.cs285 private byte[] ReadBytes(int count) in ReadBytes() method in Antmicro.Renode.PeripheralsTests.EFR32_I2CControllerTests