Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
 1.7.2
 1.7.2 
    