Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DVybridDma.cs201 case ChannelRegister.TCD_SourceAddress: in WriteDoubleWord()
202 TCD_SourceAddress = value; in WriteDoubleWord()
230 …opying data size {1} from 0x{2:X} to 0x{3:X}", channelNumber, size, TCD_SourceAddress, TCD_Destina… in DoCopy()
235 …var request = new Request(TCD_SourceAddress, TCD_DestinationAddress, (int)size, TransferType.Byte,… in DoCopy()
245 uint TCD_SourceAddress; field in Antmicro.Renode.Peripherals.DMA.VybridDma.Channel
258 TCD_SourceAddress = 0x00, enumerator