Peripheral State functions.
More...
Peripheral State functions.
===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to:
(+) Get the DMA2D state
(+) Get the DMA2D error code
◆ HAL_DMA2D_GetError()
Return the DMA2D error code.
- Parameters
-
| hdma2d | pointer to a DMA2D_HandleTypeDef structure that contains the configuration information for DMA2D. |
- Return values
-
Definition at line 1905 of file stm32l4xx_hal_dma2d.c.
◆ HAL_DMA2D_GetState()
Return the DMA2D state.
- Parameters
-
| hdma2d | pointer to a DMA2D_HandleTypeDef structure that contains the configuration information for the DMA2D. |
- Return values
-
Definition at line 1894 of file stm32l4xx_hal_dma2d.c.
1896 return hdma2d->
State;
__IO HAL_DMA2D_StateTypeDef State