STM32H735xx HAL User Manual
|
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 LL_DMA_PDATAALIGN_BYTE 0x00000000U |
Peripheral data alignment : Byte
Definition at line 252 of file stm32h7xx_ll_dma.h.
Referenced by LL_DMA_StructInit().
#define LL_DMA_PDATAALIGN_HALFWORD DMA_SxCR_PSIZE_0 |
Peripheral data alignment : HalfWord
Definition at line 253 of file stm32h7xx_ll_dma.h.
#define LL_DMA_PDATAALIGN_WORD DMA_SxCR_PSIZE_1 |
Peripheral data alignment : Word
Definition at line 254 of file stm32h7xx_ll_dma.h.