STM32F103xB 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 287 of file stm32f1xx_ll_dma.h.
Referenced by LL_DMA_StructInit().
#define LL_DMA_PDATAALIGN_HALFWORD DMA_CCR_PSIZE_0 |
Peripheral data alignment : HalfWord
Definition at line 288 of file stm32f1xx_ll_dma.h.
#define LL_DMA_PDATAALIGN_WORD DMA_CCR_PSIZE_1 |
Peripheral data alignment : Word
Definition at line 289 of file stm32f1xx_ll_dma.h.