Hal Drivers for L4
Dependents: BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo
Fork of STM32L4xx_HAL_Driver by
Functions | |
static void | DMA_SetConfig (DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength) |
Sets the DMA Transfer parameter. |
Function Documentation
static void DMA_SetConfig | ( | DMA_HandleTypeDef * | hdma, |
uint32_t | SrcAddress, | ||
uint32_t | DstAddress, | ||
uint32_t | DataLength | ||
) | [static] |
Sets the DMA Transfer parameter.
- Parameters:
-
hdma,: pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel. 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 values:
-
HAL status
Definition at line 861 of file stm32l4xx_hal_dma.c.
Generated on Tue Jul 12 2022 11:35:30 by
