STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches

DMA memory burst. More...

Collaboration diagram for DMA Memory burst:

Macros

#define DMA_MBURST_SINGLE   0x00000000U
#define DMA_MBURST_INC4   ((uint32_t)DMA_SxCR_MBURST_0)
#define DMA_MBURST_INC8   ((uint32_t)DMA_SxCR_MBURST_1)
#define DMA_MBURST_INC16   ((uint32_t)DMA_SxCR_MBURST)

Detailed Description

DMA memory burst.

Macro Definition Documentation

◆ DMA_MBURST_INC16

#define DMA_MBURST_INC16   ((uint32_t)DMA_SxCR_MBURST)

Definition at line 328 of file stm32f4xx_hal_dma.h.

◆ DMA_MBURST_INC4

#define DMA_MBURST_INC4   ((uint32_t)DMA_SxCR_MBURST_0)

Definition at line 326 of file stm32f4xx_hal_dma.h.

◆ DMA_MBURST_INC8

#define DMA_MBURST_INC8   ((uint32_t)DMA_SxCR_MBURST_1)

Definition at line 327 of file stm32f4xx_hal_dma.h.

◆ DMA_MBURST_SINGLE

#define DMA_MBURST_SINGLE   0x00000000U

Definition at line 325 of file stm32f4xx_hal_dma.h.