STM32F479xx HAL User Manual
|
Defines | |
#define | LL_DMA_PBURST_SINGLE 0x00000000U |
#define | LL_DMA_PBURST_INC4 DMA_SxCR_PBURST_0 |
#define | LL_DMA_PBURST_INC8 DMA_SxCR_PBURST_1 |
#define | LL_DMA_PBURST_INC16 (DMA_SxCR_PBURST_0 | DMA_SxCR_PBURST_1) |
#define LL_DMA_PBURST_INC16 (DMA_SxCR_PBURST_0 | DMA_SxCR_PBURST_1) |
Peripheral burst of 16 beats transfer configuration
Definition at line 327 of file stm32f4xx_ll_dma.h.
#define LL_DMA_PBURST_INC4 DMA_SxCR_PBURST_0 |
Peripheral burst of 4 beats transfer configuration
Definition at line 325 of file stm32f4xx_ll_dma.h.
#define LL_DMA_PBURST_INC8 DMA_SxCR_PBURST_1 |
Peripheral burst of 8 beats transfer configuration
Definition at line 326 of file stm32f4xx_ll_dma.h.
#define LL_DMA_PBURST_SINGLE 0x00000000U |
Peripheral burst single transfer configuration
Definition at line 324 of file stm32f4xx_ll_dma.h.
Referenced by LL_DMA_StructInit().