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

Defines

#define DMA_PDATAALIGN_BYTE   0x00000000U
#define DMA_PDATAALIGN_HALFWORD   DMA_CCR_PSIZE_0
#define DMA_PDATAALIGN_WORD   DMA_CCR_PSIZE_1

Define Documentation

#define DMA_PDATAALIGN_BYTE   0x00000000U

Peripheral data alignment : Byte

Definition at line 467 of file stm32l4xx_hal_dma.h.

Referenced by HAL_QSPI_Receive_DMA(), and HAL_QSPI_Transmit_DMA().

#define DMA_PDATAALIGN_HALFWORD   DMA_CCR_PSIZE_0

Peripheral data alignment : HalfWord

Definition at line 468 of file stm32l4xx_hal_dma.h.

Referenced by HAL_QSPI_Receive_DMA(), and HAL_QSPI_Transmit_DMA().

#define DMA_PDATAALIGN_WORD   DMA_CCR_PSIZE_1

Peripheral data alignment : Word

Definition at line 469 of file stm32l4xx_hal_dma.h.

Referenced by HAL_QSPI_Receive_DMA(), and HAL_QSPI_Transmit_DMA().