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

DMA peripheral burst. More...

Collaboration diagram for DMA Peripheral burst:

Macros

#define DMA_PBURST_SINGLE   0x00000000U
#define DMA_PBURST_INC4   ((uint32_t)DMA_SxCR_PBURST_0)
#define DMA_PBURST_INC8   ((uint32_t)DMA_SxCR_PBURST_1)
#define DMA_PBURST_INC16   ((uint32_t)DMA_SxCR_PBURST)

Detailed Description

DMA peripheral burst.

Macro Definition Documentation

◆ DMA_PBURST_INC16

#define DMA_PBURST_INC16   ((uint32_t)DMA_SxCR_PBURST)

Definition at line 340 of file stm32f4xx_hal_dma.h.

◆ DMA_PBURST_INC4

#define DMA_PBURST_INC4   ((uint32_t)DMA_SxCR_PBURST_0)

Definition at line 338 of file stm32f4xx_hal_dma.h.

◆ DMA_PBURST_INC8

#define DMA_PBURST_INC8   ((uint32_t)DMA_SxCR_PBURST_1)

Definition at line 339 of file stm32f4xx_hal_dma.h.

◆ DMA_PBURST_SINGLE

#define DMA_PBURST_SINGLE   0x00000000U

Definition at line 337 of file stm32f4xx_hal_dma.h.