STM32L443xx HAL User Manual
|
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 LL_DMA_PDATAALIGN_BYTE 0x00000000U |
Peripheral data alignment : Byte
Definition at line 335 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 336 of file stm32l4xx_ll_dma.h.
#define LL_DMA_PDATAALIGN_WORD DMA_CCR_PSIZE_1 |
Peripheral data alignment : Word
Definition at line 337 of file stm32l4xx_ll_dma.h.