Home
last modified time | relevance | path

Searched defs:startIndex (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/
DPlace.cs14 public Place(byte[] array, int startIndex) in Place()
/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()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/
DArrayMemory.cs159 public void FillRegion(byte value, int startIndex, int count) in FillRegion()
DMappedMemory.cs277 public void ReadBytes(long offset, int count, byte[] destination, int startIndex) in ReadBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs1490 public static void SetBytesFromValue(this byte[] array, uint value, int startIndex) in SetBytesFromValue()
1753 public static void Fill<T>(this T[] array, T value, int startIndex = 0, int? count = null) in Fill()
1770 public static void Fill<T>(this T[] array, T value, int startIndex = 0, int? count = null) in Fill()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DEFR32xG2_USART_0.cs784 private byte startIndex = 0xFF; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DNRF52840_Radio.cs518 private void FillCurrentAddress(byte[] data, int startIndex, uint logicalAddress) in FillCurrentAddress()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs47 …void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = fal… in ReadBytes()
DBusControllerProxy.cs135 …public virtual void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool o… in ReadBytes()
DSystemBus.cs604 …public void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemor… in ReadBytes()