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.
Fork of TUKS-COURSE-TIMER 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 893 of file stm32l4xx_hal_dma.c.
Generated on Tue Jul 12 2022 17:38:53 by
