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

#define LL_DMA_PBURST_INC4   DMA_SxCR_PBURST_0

Peripheral burst of 4 beats transfer configuration

Definition at line 305 of file stm32h7xx_ll_dma.h.

#define LL_DMA_PBURST_INC8   DMA_SxCR_PBURST_1

Peripheral burst of 8 beats transfer configuration

Definition at line 306 of file stm32h7xx_ll_dma.h.

#define LL_DMA_PBURST_SINGLE   0x00000000U

Peripheral burst single transfer configuration

Definition at line 304 of file stm32h7xx_ll_dma.h.

Referenced by LL_DMA_StructInit().