Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/PL330_DMA/
DPL330_DMA_Instructions.cs455 if(selectedChannel.DestinationIncrementingAddress) in DoTransfer()
476 if(selectedChannel.DestinationIncrementingAddress) in DoTransfer()
836 selectedChannel.DestinationIncrementingAddress in DoTransfer()
891 selectedChannel.DestinationIncrementingAddress in DoTransfer()
DPL330_DMA.cs573 DestinationIncrementingAddress = BitHelper.GetValue(value, 14, 1) == 1;
618 public bool DestinationIncrementingAddress { get; private set; } property in Antmicro.Renode.Peripherals.DMA.PL330_DMA.Channel