STM32F439xx HAL User Manual
Defines
PBURST
DMA Exported Constants

Defines

#define LL_DMA_PBURST_SINGLE   0x00000000U
#define LL_DMA_PBURST_INC4   DMA_SxCR_PBURST_0
#define LL_DMA_PBURST_INC8   DMA_SxCR_PBURST_1
#define LL_DMA_PBURST_INC16   (DMA_SxCR_PBURST_0 | DMA_SxCR_PBURST_1)

Define Documentation

#define LL_DMA_PBURST_INC16   (DMA_SxCR_PBURST_0 | DMA_SxCR_PBURST_1)

Peripheral burst of 16 beats transfer configuration

Definition at line 333 of file stm32f4xx_ll_dma.h.

#define LL_DMA_PBURST_INC4   DMA_SxCR_PBURST_0

Peripheral burst of 4 beats transfer configuration

Definition at line 331 of file stm32f4xx_ll_dma.h.

#define LL_DMA_PBURST_INC8   DMA_SxCR_PBURST_1

Peripheral burst of 8 beats transfer configuration

Definition at line 332 of file stm32f4xx_ll_dma.h.

#define LL_DMA_PBURST_SINGLE   0x00000000U

Peripheral burst single transfer configuration

Definition at line 330 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().