Enum dma_address_increment_stepsize

Address increment step size. These bits select the address increment step size. The setting apply to source or destination address, depending on STEPSEL setting.

Table 1. Members
Enum value Description

DMA_ADDRESS_INCREMENT_STEP_SIZE_1

The address is incremented by (beat size * 1).

DMA_ADDRESS_INCREMENT_STEP_SIZE_2

The address is incremented by (beat size * 2).

DMA_ADDRESS_INCREMENT_STEP_SIZE_4

The address is incremented by (beat size * 4).

DMA_ADDRESS_INCREMENT_STEP_SIZE_8

The address is incremented by (beat size * 8).

DMA_ADDRESS_INCREMENT_STEP_SIZE_16

The address is incremented by (beat size * 16).

DMA_ADDRESS_INCREMENT_STEP_SIZE_32

The address is incremented by (beat size * 32).

DMA_ADDRESS_INCREMENT_STEP_SIZE_64

The address is incremented by (beat size * 64).

DMA_ADDRESS_INCREMENT_STEP_SIZE_128

The address is incremented by (beat size * 128).