Reference Manual to
LL API cross
reference:
CR MBURST LL_DMA_GetMemoryBurstxfer
LL_DMA_SetPeriphBurstxfer
__STATIC_INLINE void LL_DMA_SetPeriphBurstxfer
(DMA_TypeDef * DMAx, uint32_t Stream, uint32_t Pburst)
Set Peripheral 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
Pburst: This parameter can be one of the following values:
LL_DMA_PBURST_SINGLE
LL_DMA_PBURST_INC4
LL_DMA_PBURST_INC8
LL_DMA_PBURST_INC16
Reference Manual to
LL API cross
reference:
CR PBURST LL_DMA_SetPeriphBurstxfer
LL_DMA_GetPeriphBurstxfer
__STATIC_INLINE uint32_t LL_DMA_GetPeriphBurstxfer
(DMA_TypeDef * DMAx, uint32_t Stream)
Get Peripheral 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_PBURST_SINGLE
LL_DMA_PBURST_INC4
LL_DMA_PBURST_INC8
LL_DMA_PBURST_INC16