Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32LDMA.cs124 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
DSTM32DMA.cs205 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
DSTM32G0DMA.cs244 .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