Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32G0DMA.cs222 … .WithFlag(6, out peripheralIncrementMode, name: "Peripheral increment mode (PINC)") in Channel()
330peripheralIncrementMode.Value, memoryIncrementMode.Value, peripheralTransferType.Value, in DoTransfer()
340 … memoryIncrementMode.Value, peripheralIncrementMode.Value, memoryTransferType.Value, in DoTransfer()
391 private IFlagRegisterField peripheralIncrementMode; field in Antmicro.Renode.Peripherals.DMA.STM32G0DMA.Channel