Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32LDMA.cs163 peripheralIncrement = false; in Reset()
182 returnValue |= peripheralIncrement ? (1u << 6) : 0u; in HandleConfigurationRead()
193 peripheralIncrement = (value & (1 << 6)) != 0; in HandleConfigurationWrite()
219 incrementDestinationAddress = peripheralIncrement; in DoTransfer()
227 incrementSourceAddress = peripheralIncrement; in DoTransfer()
248 private bool peripheralIncrement; field in Antmicro.Renode.Peripherals.DMA.STM32LDMA.Channel