STM32F439xx HAL User Manual
Defines
DMA_LL_FIFOMODE
DMA Exported Constants

Defines

#define LL_DMA_FIFOMODE_DISABLE   0x00000000U
#define LL_DMA_FIFOMODE_ENABLE   DMA_SxFCR_DMDIS

Define Documentation

#define LL_DMA_FIFOMODE_DISABLE   0x00000000U

FIFO mode disable (direct mode is enabled)

Definition at line 341 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_Init(), and LL_DMA_StructInit().

#define LL_DMA_FIFOMODE_ENABLE   DMA_SxFCR_DMDIS

FIFO mode enable

Definition at line 342 of file stm32f4xx_ll_dma.h.