STM32F439xx HAL User Manual
Defines
MBURST
DMA Exported Constants

Defines

#define LL_DMA_MBURST_SINGLE   0x00000000U
#define LL_DMA_MBURST_INC4   DMA_SxCR_MBURST_0
#define LL_DMA_MBURST_INC8   DMA_SxCR_MBURST_1
#define LL_DMA_MBURST_INC16   (DMA_SxCR_MBURST_0 | DMA_SxCR_MBURST_1)

Define Documentation

#define LL_DMA_MBURST_INC16   (DMA_SxCR_MBURST_0 | DMA_SxCR_MBURST_1)

Memory burst of 16 beats transfer configuration

Definition at line 322 of file stm32f4xx_ll_dma.h.

#define LL_DMA_MBURST_INC4   DMA_SxCR_MBURST_0

Memory burst of 4 beats transfer configuration

Definition at line 320 of file stm32f4xx_ll_dma.h.

#define LL_DMA_MBURST_INC8   DMA_SxCR_MBURST_1

Memory burst of 8 beats transfer configuration

Definition at line 321 of file stm32f4xx_ll_dma.h.

#define LL_DMA_MBURST_SINGLE   0x00000000U

Memory burst single transfer configuration

Definition at line 319 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().