Peripheral State and Errors functions.
More...
Peripheral State and Errors functions.
===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to
(+) Check the DSI state.
(+) Get error code.
◆ HAL_DSI_GetError()
Return the DSI error code.
- Parameters
-
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
- Return values
-
Definition at line 3148 of file stm32f4xx_hal_dsi.c.
◆ HAL_DSI_GetState()
Return the DSI state.
- Parameters
-
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
- Return values
-
Definition at line 3137 of file stm32f4xx_hal_dsi.c.