Searched defs:startIndex (Results 1 – 10 of 10) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/ |
| D | Place.cs | 14 public Place(byte[] array, int startIndex) in Place()
|
| /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()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Memory/ |
| D | ArrayMemory.cs | 159 public void FillRegion(byte value, int startIndex, int count) in FillRegion()
|
| D | MappedMemory.cs | 277 public void ReadBytes(long offset, int count, byte[] destination, int startIndex) in ReadBytes()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 1490 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/ |
| D | EFR32xG2_USART_0.cs | 784 private byte startIndex = 0xFF; field in Antmicro.Renode.Peripherals.UART.EFR32xG2_USART_0
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | NRF52840_Radio.cs | 518 private void FillCurrentAddress(byte[] data, int startIndex, uint logicalAddress) in FillCurrentAddress()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IBusController.cs | 47 …void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemory = fal… in ReadBytes()
|
| D | BusControllerProxy.cs | 135 …public virtual void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool o… in ReadBytes()
|
| D | SystemBus.cs | 604 …public void ReadBytes(ulong address, int count, byte[] destination, int startIndex, bool onlyMemor… in ReadBytes()
|