STM32H735xx HAL User Manual
|
DMA peripheral data size. More...
Defines | |
#define | DMA_PDATAALIGN_BYTE ((uint32_t)0x00000000U) |
#define | DMA_PDATAALIGN_HALFWORD ((uint32_t)DMA_SxCR_PSIZE_0) |
#define | DMA_PDATAALIGN_WORD ((uint32_t)DMA_SxCR_PSIZE_1) |
DMA peripheral data size.
#define DMA_PDATAALIGN_BYTE ((uint32_t)0x00000000U) |
Peripheral data alignment: Byte
Definition at line 492 of file stm32h7xx_hal_dma.h.
Referenced by HAL_PSSI_Receive_DMA(), and HAL_PSSI_Transmit_DMA().
#define DMA_PDATAALIGN_HALFWORD ((uint32_t)DMA_SxCR_PSIZE_0) |
Peripheral data alignment: HalfWord
Definition at line 493 of file stm32h7xx_hal_dma.h.
#define DMA_PDATAALIGN_WORD ((uint32_t)DMA_SxCR_PSIZE_1) |
Peripheral data alignment: Word
Definition at line 494 of file stm32h7xx_hal_dma.h.