| STM32F479xx HAL User Manual
   
    | 
| Defines | |
| #define | LL_DMA_MBURST_SINGLE 0x00000000U | 
| #define | LL_DMA_MBURST_INC4 DMA_SxCR_MBURST_0 | 
| #define | LL_DMA_MBURST_INC8 DMA_SxCR_MBURST_1 | 
| #define | LL_DMA_MBURST_INC16 (DMA_SxCR_MBURST_0 | DMA_SxCR_MBURST_1) | 
| #define LL_DMA_MBURST_INC16 (DMA_SxCR_MBURST_0 | DMA_SxCR_MBURST_1) | 
Memory burst of 16 beats transfer configuration
Definition at line 316 of file stm32f4xx_ll_dma.h.
| #define LL_DMA_MBURST_INC4 DMA_SxCR_MBURST_0 | 
Memory burst of 4 beats transfer configuration
Definition at line 314 of file stm32f4xx_ll_dma.h.
| #define LL_DMA_MBURST_INC8 DMA_SxCR_MBURST_1 | 
Memory burst of 8 beats transfer configuration
Definition at line 315 of file stm32f4xx_ll_dma.h.
| #define LL_DMA_MBURST_SINGLE 0x00000000U | 
Memory burst single transfer configuration
Definition at line 313 of file stm32f4xx_ll_dma.h.
Referenced by LL_DMA_StructInit().
 1.7.6.1
 1.7.6.1