Home
last modified time | relevance | path

Searched defs:WriteBytes (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIMultibyteWritePeripheral.cs15 …void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral context = nul… in WriteBytes() method
DRedirector.cs83 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.Redirector
DBusControllerProxy.cs155 …public virtual void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral c… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
160 …public virtual void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool on… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
168 …public virtual void WriteBytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, I… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
173 …public virtual void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeriphera… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
DIBusController.cs50 … void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral context = null); in WriteBytes() method
51 …void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory = fals… in WriteBytes() method
52 …void WriteBytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, IPeripheral cont… in WriteBytes() method
DSystemBus.cs646 …public void WriteBytes(byte[] bytes, ulong address, bool onlyMemory = false, IPeripheral context =… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.SystemBus
651 …public void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.SystemBus
681 …public void WriteBytes(byte[] bytes, ulong address, long count, bool onlyMemory = false, IPeripher… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.SystemBus
686 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DSpiHost.cs38 public void WriteBytes(string hexString) in WriteBytes() method in Antmicro.Renode.Extensions.Mocks.SpiHost
DI2CHost.cs37 public void WriteBytes(uint addr, string hexString) in WriteBytes() method in Antmicro.Renode.Extensions.Mocks.I2CHost
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DInternalMemoryAccessor.cs62 public void WriteBytes(long offset, byte[] bytes) in WriteBytes() method in Antmicro.Renode.Peripherals.Miscellaneous.Crypto.InternalMemoryAccessor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ScrambledMemory.cs44 public void WriteBytes(long offset, byte[] value) in WriteBytes() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_ScrambledMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DMappedMemory.cs304 public void WriteBytes(long offset, byte[] value) in WriteBytes() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
309 public void WriteBytes(long offset, byte[] value, int count) in WriteBytes() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
314 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes() method in Antmicro.Renode.Peripherals.Memory.MappedMemory
DArrayMemory.cs140 …public void WriteBytes(long offset, byte[] bytes, int startingIndex, int count, IPeripheral contex… in WriteBytes() method in Antmicro.Renode.Peripherals.Memory.ArrayMemory