STM32F479xx HAL User Manual
Functions
Peripheral State and Errors functions
DSI Exported Functions

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.

Detailed Description

Peripheral State and Errors functions.

 ===============================================================================
                  ##### Peripheral State and Errors functions #####
 ===============================================================================
    [..]
    This subsection provides functions allowing to
      (+) Check the DSI state.
      (+) Get error code.


Function Documentation

uint32_t HAL_DSI_GetError ( DSI_HandleTypeDef hdsi)

Return the DSI error code.

Parameters:
hdsipointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI.
Return values:
DSIError Code

Definition at line 2705 of file stm32f4xx_hal_dsi.c.

References __DSI_HandleTypeDef::ErrorCode.

Return the DSI state.

Parameters:
hdsipointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI.
Return values:
HALstate

Definition at line 2694 of file stm32f4xx_hal_dsi.c.

References __DSI_HandleTypeDef::State.