HAL
LL_DMA_ConfigFifo() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_DMA_ConfigFifo() function

Configure the FIFO . FCR DMDIS LL_DMA_ConfigFifo

Syntax

__STATIC_INLINE void LL_DMA_ConfigFifo(DMA_TypeDef *DMAx,     uint32_t Stream,     uint32_t FifoMode,     uint32_t FifoThreshold);

Arguments

DMAx

DMAx Instance

Stream

This parameter can be one of the following values: @arg LL_DMA_STREAM_0 @arg LL_DMA_STREAM_1 @arg LL_DMA_STREAM_2 @arg LL_DMA_STREAM_3 @arg LL_DMA_STREAM_4 @arg LL_DMA_STREAM_5 @arg LL_DMA_STREAM_6 @arg LL_DMA_STREAM_7

FifoMode

This parameter can be one of the following values: @arg LL_DMA_FIFOMODE_ENABLE @arg LL_DMA_FIFOMODE_DISABLE

FifoThreshold

This parameter can be one of the following values: @arg LL_DMA_FIFOTHRESHOLD_1_4 @arg LL_DMA_FIFOTHRESHOLD_1_2 @arg LL_DMA_FIFOTHRESHOLD_3_4 @arg LL_DMA_FIFOTHRESHOLD_FULL

Return value

None

References

Call Tree

Functions calling LL_DMA_ConfigFifo()
all items filtered out
LL_DMA_ConfigFifo()