Peripheral State functions.
More...
Peripheral State functions.
===============================================================================
##### State and Errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to
(+) Check the DMA state
(+) Get error code
◆ HAL_DMA_GetError()
Return the DMA error code.
- Parameters
-
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Stream. |
- Return values
-
Definition at line 1125 of file stm32f4xx_hal_dma.c.
◆ HAL_DMA_GetState()
Returns the DMA state.
- Parameters
-
hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Stream. |
- Return values
-
Definition at line 1114 of file stm32f4xx_hal_dma.c.