Searched refs:memoryIncrement (Results 1 – 1 of 1) sorted by relevance
166 memoryIncrement = false; in Reset()183 returnValue |= memoryIncrement ? (1u << 7) : 0u; in HandleConfigurationRead()194 memoryIncrement = (value & (1 << 7)) != 0; in HandleConfigurationWrite()218 incrementSourceAddress = memoryIncrement; in DoTransfer()228 incrementDestinationAddress = memoryIncrement; in DoTransfer()247 private bool memoryIncrement; field in Antmicro.Renode.Peripherals.DMA.STM32LDMA.Channel