Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DOmapDma.cs66 case Channel.Offset.DestinationAddressValue: in ReadDoubleWord()
67 return channels[index].DestinationAddressValue; in ReadDoubleWord()
163 case Channel.Offset.DestinationAddressValue: in WriteDoubleWord()
164 channels[index].DestinationAddressValue = value; in WriteDoubleWord()
268 public uint DestinationAddressValue; field
291 DestinationAddressValue = 0x38, enumerator