|
STM32F479xx HAL User Manual
|
Peripheral State and Errors functions. More...
Functions | |
| HAL_DSI_StateTypeDef | HAL_DSI_GetState (DSI_HandleTypeDef *hdsi) |
| Return the DSI state. | |
| uint32_t | HAL_DSI_GetError (DSI_HandleTypeDef *hdsi) |
| Return the DSI error code. | |
Peripheral State and Errors functions.
===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to
(+) Check the DSI state.
(+) Get error code.
| uint32_t HAL_DSI_GetError | ( | DSI_HandleTypeDef * | hdsi | ) |
Return the DSI error code.
| hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
| DSI | Error Code |
Definition at line 2705 of file stm32f4xx_hal_dsi.c.
References __DSI_HandleTypeDef::ErrorCode.
Return the DSI state.
| hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
| HAL | state |
Definition at line 2694 of file stm32f4xx_hal_dsi.c.
References __DSI_HandleTypeDef::State.
1.7.6.1