Home
last modified time | relevance | path

Searched defs:startingIndex (Results 1 – 7 of 7) 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()
DRedirector.cs83 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
DBusControllerProxy.cs160 …public virtual void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool on… in WriteBytes()
173 …public virtual void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeriphera… in WriteBytes()
DSystemBus.cs651 …public void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory… in WriteBytes()
686 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()
DIBusController.cs51 …void WriteBytes(byte[] bytes, ulong address, int startingIndex, long count, bool onlyMemory = fals… in WriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs140 …public void WriteBytes(long offset, byte[] bytes, int startingIndex, int count, IPeripheral contex… in WriteBytes()
DMappedMemory.cs314 …public void WriteBytes(long offset, byte[] array, int startingIndex, int count, IPeripheral contex… in WriteBytes()