STM32F439xx 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 274 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().

#define LL_DMA_MDATAALIGN_HALFWORD   DMA_SxCR_MSIZE_0

Memory data alignment : HalfWord

Definition at line 275 of file stm32f4xx_ll_dma.h.

#define LL_DMA_MDATAALIGN_WORD   DMA_SxCR_MSIZE_1

Memory data alignment : Word

Definition at line 276 of file stm32f4xx_ll_dma.h.