HAL
LL_DMA_SetPeriphBurstxfer() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_DMA_SetPeriphBurstxfer()

LL_DMA_SetPeriphBurstxfer() function

Set Peripheral burst transfer configuration.

Syntax

__STATIC_INLINE void LL_DMA_SetPeriphBurstxfer(DMA_TypeDef *DMAx,     uint32_t Stream,     uint32_t Pburst);

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

Pburst

This parameter can be one of the following values: @arg LL_DMA_PBURST_SINGLE @arg LL_DMA_PBURST_INC4 @arg LL_DMA_PBURST_INC8 @arg LL_DMA_PBURST_INC16

Return value

None

References

LocationReferrerText
stm32f4xx_ll_dma.h:1121
__STATIC_INLINE void LL_DMA_SetPeriphBurstxfer(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t Pburst)
stm32f4xx_ll_dma.c:349LL_DMA_Init()
LL_DMA_SetPeriphBurstxfer(DMAx,Stream,DMA_InitStruct->PeriphBurst);

Call Tree

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