Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DSilabs_SecureElement.cs1659 … private void WriteToRam(byte[] source, uint sourceOffset, uint destinationPointer, uint length) in WriteToRam() argument
1663 machine.SystemBus.WriteByte(destinationPointer + i, source[sourceOffset + i]); in WriteToRam()