Reference Manual to
LL API cross
reference:
CR CHSEL LL_DMA_GetChannelSelection
LL_DMA_SetMemoryBurstxfer
__STATIC_INLINE void LL_DMA_SetMemoryBurstxfer
(DMA_TypeDef * DMAx, uint32_t Stream, uint32_t Mburst)
Set Memory burst transfer configuration.
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
Mburst: This parameter can be one of the following values:
LL_DMA_MBURST_SINGLE
LL_DMA_MBURST_INC4
LL_DMA_MBURST_INC8
LL_DMA_MBURST_INC16
Reference Manual to
LL API cross
reference:
CR MBURST LL_DMA_SetMemoryBurstxfer
LL_DMA_GetMemoryBurstxfer
__STATIC_INLINE uint32_t LL_DMA_GetMemoryBurstxfer
(DMA_TypeDef * DMAx, uint32_t Stream)
Get Memory burst transfer configuration.
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
Returned: value can be one of the following values:
LL_DMA_MBURST_SINGLE
LL_DMA_MBURST_INC4
LL_DMA_MBURST_INC8
LL_DMA_MBURST_INC16