Searched refs:DoCopy (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | VybridDma.cs | 69 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
|
| D | STM32DMA2D.cs | 296 … DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, foregroundBuffer, in DoTransfer() 308 … DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, in DoTransfer() 327 … DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, in DoTransfer() 337 … DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, in DoTransfer() 353 …DoCopy(foregroundMemoryAddressRegister.Value, outputMemoryAddressRegister.Value, foregroundBuffer); in DoTransfer() 360 … DoCopy(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
|