LL_DMA_STREAM_6
LL_DMA_STREAM_7
Returned: value can be one of the following values:
LL_DMA_PERIPH_NOINCREMENT
LL_DMA_PERIPH_INCREMENT
Reference Manual to
LL API cross
reference:
CR PINC LL_DMA_GetPeriphIncMode
LL_DMA_SetMemoryIncMode
__STATIC_INLINE void LL_DMA_SetMemoryIncMode
(DMA_TypeDef * DMAx, uint32_t Stream, uint32_t
IncrementMode)
Set Memory increment mode.
DMAx: DMAx Instance
Stream: This parameter can be one of the following values:
LL_DMA_STREAM_0
LL_DMA_STREAM_1
LL_DMA_STREAM_2
LL_DMA_STREAM_3
LL_DMA_STREAM_4
LL_DMA_STREAM_5
LL_DMA_STREAM_6
LL_DMA_STREAM_7
IncrementMode: This parameter can be one of the following
values:
LL_DMA_MEMORY_NOINCREMENT
LL_DMA_MEMORY_INCREMENT
Reference Manual to
LL API cross
reference:
CR MINC LL_DMA_SetMemoryIncMode
LL_DMA_GetMemoryIncMode
__STATIC_INLINE uint32_t LL_DMA_GetMemoryIncMode
(DMA_TypeDef * DMAx, uint32_t Stream)
Get Memory increment mode.
DMAx: DMAx Instance
Stream: This parameter can be one of the following values:
LL_DMA_STREAM_0
LL_DMA_STREAM_1
LL_DMA_STREAM_2
LL_DMA_STREAM_3
LL_DMA_STREAM_4
LL_DMA_STREAM_5
LL_DMA_STREAM_6
LL_DMA_STREAM_7