Home
last modified time | relevance | path

Searched refs:sourcePointer (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DSilabs_SecureElement.cs1651 …private void FetchFromRam(uint sourcePointer, byte[] destination, uint destinationOffset, uint len… in FetchFromRam() argument
1655 … destination[destinationOffset + i] = (byte)machine.SystemBus.ReadByte(sourcePointer + i); in FetchFromRam()