Initialization and de-initialization functions.
More...
Initialization and de-initialization functions.
===============================================================================
##### Initialization and de-initialization functions #####
===============================================================================
[..]
This section provides functions allowing to initialize the DMA Stream source
and destination addresses, incrementation and data sizes, transfer direction,
circular/normal mode selection, memory-to-memory mode selection and Stream priority value.
[..]
The HAL_DMA_Init() function follows the DMA configuration procedures as described in
reference manual.
◆ HAL_DMA_DeInit()
DeInitializes the DMA peripheral.
- Parameters
-
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Stream.
|
- Return values
-
Definition at line 309 of file stm32f4xx_hal_dma.c.
◆ HAL_DMA_Init()
Initialize the DMA according to the specified parameters in the DMA_InitTypeDef and create the associated handle.
- Parameters
-
hdma | Pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Stream.
|
- Return values
-
Definition at line 170 of file stm32f4xx_hal_dma.c.