Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DVybridDma.cs69 DoCopy(); in WriteByte()
121 public bool DoCopy() in DoCopy() method in Antmicro.Renode.Peripherals.DMA.VybridDma
128 if (!channel.DoCopy()) continue; in DoCopy()
227 public bool DoCopy() { in DoCopy() method in Antmicro.Renode.Peripherals.DMA.VybridDma.Channel
DSTM32DMA2D.cs296DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, foregroundBuffer, in DoTransfer()
308DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, in DoTransfer()
327DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, in DoTransfer()
337DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, in DoTransfer()
353DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, foregroundBuffer); in DoTransfer()
360DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, in DoTransfer()
374 …private void DoCopy(ulong sourceAddress, ulong destinationAddress, byte[] sourceBuffer, int source… in DoCopy() method in Antmicro.Renode.Peripherals.DMA.STM32DMA2D