Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32G0DMA.cs245 … writeCallback: (_, val) => currentPeripheralAddress = val, name: "Peripheral address (PA)")); in Channel()
329 var response = IssueCopy(currentPeripheralAddress, currentMemoryAddress, toCopy, in DoTransfer()
332 currentPeripheralAddress = response.ReadAddress.Value; in DoTransfer()
351 currentPeripheralAddress = peripheralAddress.Value; in DoTransfer()
402 private ulong currentPeripheralAddress; field in Antmicro.Renode.Peripherals.DMA.STM32G0DMA.Channel