STM32H735xx HAL User Manual
Defines
MDATAALIGN
DMA Exported Constants

Defines

#define LL_DMA_MDATAALIGN_BYTE   0x00000000U
#define LL_DMA_MDATAALIGN_HALFWORD   DMA_SxCR_MSIZE_0
#define LL_DMA_MDATAALIGN_WORD   DMA_SxCR_MSIZE_1

Define Documentation

#define LL_DMA_MDATAALIGN_BYTE   0x00000000U

Memory data alignment : Byte

Definition at line 262 of file stm32h7xx_ll_dma.h.

Referenced by LL_DMA_StructInit().

#define LL_DMA_MDATAALIGN_HALFWORD   DMA_SxCR_MSIZE_0

Memory data alignment : HalfWord

Definition at line 263 of file stm32h7xx_ll_dma.h.

#define LL_DMA_MDATAALIGN_WORD   DMA_SxCR_MSIZE_1

Memory data alignment : Word

Definition at line 264 of file stm32h7xx_ll_dma.h.