HAL
DMA_MultiBufferSetConfig() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDMA_MultiBufferSetConfig()

DMA_MultiBufferSetConfig() function

Set the DMA Transfer parameter.

Syntax

static void DMA_MultiBufferSetConfig(DMA_HandleTypeDef *hdma,     uint32_t SrcAddress,     uint32_t DstAddress,     uint32_t DataLength);
Implemented in stm32f4xx_hal_dma_ex.c:276

Arguments

hdma

pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Stream.

SrcAddress

The source memory Buffer address

DstAddress

The destination memory Buffer address

DataLength

The length of data to be transferred from source to destination

Return value

HAL status

References

LocationReferrerText
stm32f4xx_hal_dma_ex.c:276
static void DMA_MultiBufferSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength)
stm32f4xx_hal_dma_ex.c:60
static void DMA_MultiBufferSetConfig(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength);
stm32f4xx_hal_dma_ex.c:130HAL_DMAEx_MultiBufferStart()
DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength);
stm32f4xx_hal_dma_ex.c:193HAL_DMAEx_MultiBufferStart_IT()
DMA_MultiBufferSetConfig(hdma, SrcAddress, DstAddress, DataLength);

Call Tree

Functions calling DMA_MultiBufferSetConfig()
DMA_MultiBufferSetConfig()