STM32L486xx HAL User Manual
Defines
DMA Peripheral data size
DMA Exported Constants

Defines

#define DMA_PDATAALIGN_BYTE   ((uint32_t)0x00000000)
#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_CCR_PSIZE_0)
#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_CCR_PSIZE_1)

Define Documentation

#define DMA_PDATAALIGN_BYTE   ((uint32_t)0x00000000)

Peripheral data alignment : Byte

Definition at line 370 of file stm32l4xx_hal_dma.h.

Referenced by HAL_QSPI_Receive_DMA(), and HAL_QSPI_Transmit_DMA().

#define DMA_PDATAALIGN_HALFWORD   ((uint32_t)DMA_CCR_PSIZE_0)

Peripheral data alignment : HalfWord

Definition at line 371 of file stm32l4xx_hal_dma.h.

Referenced by HAL_QSPI_Receive_DMA(), and HAL_QSPI_Transmit_DMA().

#define DMA_PDATAALIGN_WORD   ((uint32_t)DMA_CCR_PSIZE_1)

Peripheral data alignment : Word

Definition at line 372 of file stm32l4xx_hal_dma.h.

Referenced by HAL_QSPI_Receive_DMA(), and HAL_QSPI_Transmit_DMA().