Home
last modified time | relevance | path

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

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