STM32F479xx HAL User Manual
Defines
DMA mode
DMA Exported Constants

DMA mode. More...

Defines

#define DMA_NORMAL   0x00000000U
#define DMA_CIRCULAR   ((uint32_t)DMA_SxCR_CIRC)
#define DMA_PFCTRL   ((uint32_t)DMA_SxCR_PFCTRL)

Detailed Description

DMA mode.


Define Documentation

#define DMA_CIRCULAR   ((uint32_t)DMA_SxCR_CIRC)

Circular mode

Definition at line 282 of file stm32f4xx_hal_dma.h.

Referenced by HAL_UART_IRQHandler(), SAI_DMARxCplt(), and SAI_DMATxCplt().

#define DMA_NORMAL   0x00000000U
#define DMA_PFCTRL   ((uint32_t)DMA_SxCR_PFCTRL)

Peripheral flow control mode

Definition at line 283 of file stm32f4xx_hal_dma.h.