Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DUDMA.cs251 DestinationEndPointer = BitConverter.ToUInt32(data, 4); in ControlStructure()
257 …return BitConverter.GetBytes(SourceEndPointer).Concat(BitConverter.GetBytes(DestinationEndPointer)) in GetBytes()
267 …r{ get { return DestinationIncrement != 0 ? DestinationEndPointer - TransferSize + 1 : Destination…
271 public uint DestinationEndPointer; field