|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_DMA_MDATAALIGN_BYTE 0x00000000U |
| #define | LL_DMA_MDATAALIGN_HALFWORD DMA_SxCR_MSIZE_0 |
| #define | LL_DMA_MDATAALIGN_WORD DMA_SxCR_MSIZE_1 |
| #define LL_DMA_MDATAALIGN_BYTE 0x00000000U |
Memory data alignment : Byte
Definition at line 258 of file stm32f4xx_ll_dma.h.
Referenced by LL_DMA_StructInit().
| #define LL_DMA_MDATAALIGN_HALFWORD DMA_SxCR_MSIZE_0 |
Memory data alignment : HalfWord
Definition at line 259 of file stm32f4xx_ll_dma.h.
| #define LL_DMA_MDATAALIGN_WORD DMA_SxCR_MSIZE_1 |
Memory data alignment : Word
Definition at line 260 of file stm32f4xx_ll_dma.h.
1.7.6.1