| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IMultibyteWritePeripheral.cs | 14 byte[] ReadBytes(long offset, int count, IPeripheral context = null); in ReadBytes() method
|
| D | Redirector.cs | 78 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() method in Antmicro.Renode.Peripherals.Bus.Redirector
|
| D | BusControllerProxy.cs | 135 …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
|
| D | IBusController.cs | 47 …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
|
| D | SystemBus.cs | 604 …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/ |
| D | SpiHost.cs | 49 public byte[] ReadBytes(int count) in ReadBytes() method in Antmicro.Renode.Extensions.Mocks.SpiHost
|
| D | I2CHost.cs | 50 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/ |
| D | InternalMemoryAccessor.cs | 34 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/ |
| D | OpenTitan_ScrambledMemory.cs | 50 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/ |
| D | SafeBinaryReader.cs | 45 public override byte[] ReadBytes(int count) in ReadBytes() method in Antmicro.Renode.Utilities.SafeBinaryReader
|
| D | Misc.cs | 146 … 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/ |
| D | ArrayMemory.cs | 129 public byte[] ReadBytes(long offset, int count, IPeripheral context = null) in ReadBytes() method in Antmicro.Renode.Peripherals.Memory.ArrayMemory
|
| D | MappedMemory.cs | 277 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/ |
| D | EFR32_I2CControllerTests.cs | 285 private byte[] ReadBytes(int count) in ReadBytes() method in Antmicro.Renode.PeripheralsTests.EFR32_I2CControllerTests
|