Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DUDMA.cs250 SourceEndPointer = BitConverter.ToUInt32(data, 0); in ControlStructure()
257 …return BitConverter.GetBytes(SourceEndPointer).Concat(BitConverter.GetBytes(DestinationEndPointer)) in GetBytes()
266 …rcePointer { get { return SourceIncrement != 0 ? SourceEndPointer - TransferSize + 1 : SourceEndPo…
270 public uint SourceEndPointer; field