Searched refs:peripheralAddress (Results 1 – 3 of 3) sorted by relevance
124 return peripheralAddress; in Read()144 peripheralAddress = value; in Write()164 peripheralAddress = 0u; in Reset()217 destinationAddress = peripheralAddress; in DoTransfer()225 sourceAddress = peripheralAddress; in DoTransfer()249 private uint peripheralAddress; field in Antmicro.Renode.Peripherals.DMA.STM32LDMA.Channel
205 return peripheralAddress; in Read()227 peripheralAddress = value; in Write()266 sourceAddress = peripheralAddress; in CreateRequest()271 destinationAddress = peripheralAddress; in CreateRequest()405 private uint peripheralAddress; field in Antmicro.Renode.Peripherals.DMA.STM32DMA.Stream
244 .WithValueField(0, 32, out peripheralAddress, in Channel()339 IssueCopy(memoryAddress.Value, peripheralAddress.Value, (uint)dataCount.Value, in DoTransfer()351 currentPeripheralAddress = peripheralAddress.Value; in DoTransfer()396 private IValueRegisterField peripheralAddress; field in Antmicro.Renode.Peripherals.DMA.STM32G0DMA.Channel