STM32F4xx_HAL_Driver  1.8.3
Peripheral State and Errors functions

Peripheral State and Errors functions. More...

+ Collaboration diagram for Peripheral State and Errors functions:

Functions

uint32_t HAL_DSI_GetError (const DSI_HandleTypeDef *hdsi)
 Return the DSI error code. More...
 
HAL_DSI_StateTypeDef HAL_DSI_GetState (const DSI_HandleTypeDef *hdsi)
 Return the DSI state. More...
 

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

◆ HAL_DSI_GetError()

uint32_t HAL_DSI_GetError ( const 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 3148 of file stm32f4xx_hal_dsi.c.

◆ HAL_DSI_GetState()

HAL_DSI_StateTypeDef HAL_DSI_GetState ( const DSI_HandleTypeDef hdsi)

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 3137 of file stm32f4xx_hal_dsi.c.