HAL
DMA_SetConfig() is only used within HAL.
 
Symbols
loading...
Files
loading...

DMA_SetConfig() function

Sets the DMA Transfer parameter.

Syntax

static void DMA_SetConfig(DMA_HandleTypeDef *hdma,     uint32_t SrcAddress,     uint32_t DstAddress,     uint32_t DataLength);
Implemented in stm32f4xx_hal_dma.c:1151

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