STM32H735xx 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 296 of file stm32h7xx_ll_dma.h.

#define LL_DMA_MBURST_INC4   DMA_SxCR_MBURST_0

Memory burst of 4 beats transfer configuration

Definition at line 294 of file stm32h7xx_ll_dma.h.

#define LL_DMA_MBURST_INC8   DMA_SxCR_MBURST_1

Memory burst of 8 beats transfer configuration

Definition at line 295 of file stm32h7xx_ll_dma.h.

#define LL_DMA_MBURST_SINGLE   0x00000000U

Memory burst single transfer configuration

Definition at line 293 of file stm32h7xx_ll_dma.h.

Referenced by LL_DMA_StructInit().