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