HAL + 0/1 examples
CodeScope will show references to LL_DMA_FIFOMODE_DISABLE from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
DMA
 
Symbols
loading...
Files
loading...

LL_DMA_FIFOMODE_DISABLE macro

FIFO mode disable (direct mode is enabled)

Syntax

#define LL_DMA_FIFOMODE_DISABLE 0x00000000U

Examples

LL_DMA_FIFOMODE_DISABLE is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_dma.h:334
#define LL_DMA_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable (direct mode is enabled) */
stm32f4xx_ll_dma.c:302
if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE)
stm32f4xx_ll_dma.c:330
if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE)
stm32f4xx_ll_dma.c:398
DMA_InitStruct->FIFOMode = LL_DMA_FIFOMODE_DISABLE;