STM32F439xx HAL User Manual
Defines
PDATAALIGN
DMA Exported Constants

Defines

#define LL_DMA_PDATAALIGN_BYTE   0x00000000U
#define LL_DMA_PDATAALIGN_HALFWORD   DMA_SxCR_PSIZE_0
#define LL_DMA_PDATAALIGN_WORD   DMA_SxCR_PSIZE_1

Define Documentation

#define LL_DMA_PDATAALIGN_BYTE   0x00000000U

Peripheral data alignment : Byte

Definition at line 264 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().

#define LL_DMA_PDATAALIGN_HALFWORD   DMA_SxCR_PSIZE_0

Peripheral data alignment : HalfWord

Definition at line 265 of file stm32f4xx_ll_dma.h.

#define LL_DMA_PDATAALIGN_WORD   DMA_SxCR_PSIZE_1

Peripheral data alignment : Word

Definition at line 266 of file stm32f4xx_ll_dma.h.