STM32L486xx HAL User Manual
Defines
Peripheral data alignment
DMA Exported Constants

Defines

#define LL_DMA_PDATAALIGN_BYTE   0x00000000U
#define LL_DMA_PDATAALIGN_HALFWORD   DMA_CCR_PSIZE_0
#define LL_DMA_PDATAALIGN_WORD   DMA_CCR_PSIZE_1

Define Documentation

#define LL_DMA_PDATAALIGN_BYTE   0x00000000U

Peripheral data alignment : Byte

Definition at line 354 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().

#define LL_DMA_PDATAALIGN_HALFWORD   DMA_CCR_PSIZE_0

Peripheral data alignment : HalfWord

Definition at line 355 of file stm32l4xx_ll_dma.h.

#define LL_DMA_PDATAALIGN_WORD   DMA_CCR_PSIZE_1

Peripheral data alignment : Word

Definition at line 356 of file stm32l4xx_ll_dma.h.