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
Initialization and de-initialization functions
[DMA Exported Functions]
Initialization and de-initialization functions. More...
Functions | |
HAL_StatusTypeDef | HAL_DMA_Init (DMA_HandleTypeDef *hdma) |
Initialize the DMA according to the specified parameters in the DMA_InitTypeDef and initialize the associated handle. | |
HAL_StatusTypeDef | HAL_DMA_DeInit (DMA_HandleTypeDef *hdma) |
DeInitialize the DMA peripheral. |
Detailed Description
Initialization and de-initialization functions.
=============================================================================== ##### Initialization and de-initialization functions ##### =============================================================================== [..] This section provides functions allowing to initialize the DMA Channel source and destination addresses, incrementation and data sizes, transfer direction, circular/normal mode selection, memory-to-memory mode selection and Channel priority value. [..] The HAL_DMA_Init() function follows the DMA configuration procedures as described in reference manual.
Function Documentation
HAL_StatusTypeDef HAL_DMA_DeInit | ( | DMA_HandleTypeDef * | hdma ) |
DeInitialize the DMA peripheral.
- Parameters:
-
hdma,: pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel.
- Return values:
-
HAL status
Definition at line 265 of file stm32l4xx_hal_dma.c.
HAL_StatusTypeDef HAL_DMA_Init | ( | DMA_HandleTypeDef * | hdma ) |
Initialize the DMA according to the specified parameters in the DMA_InitTypeDef and initialize the associated handle.
- Parameters:
-
hdma,: Pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel.
- Return values:
-
HAL status
Definition at line 161 of file stm32l4xx_hal_dma.c.
Generated on Tue Jul 12 2022 17:38:53 by
