Searched refs:currentMemoryAddress (Results 1 – 1 of 1) sorted by relevance
249 … 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