Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32G0DMA.cs249 … writeCallback: (_, val) => currentMemoryAddress = val, name: "Memory address (MA)")); in Channel()
329 var response = IssueCopy(currentPeripheralAddress, currentMemoryAddress, toCopy, in DoTransfer()
333 currentMemoryAddress = response.WriteAddress.Value; in DoTransfer()
352 currentMemoryAddress = memoryAddress.Value; in DoTransfer()
403 private ulong currentMemoryAddress; field in Antmicro.Renode.Peripherals.DMA.STM32G0DMA.Channel