STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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.
 
HAL_DSI_StateTypeDef HAL_DSI_GetState (const DSI_HandleTypeDef *hdsi)
 Return the DSI state.
 

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)

#include <stm32f4xx_hal_dsi.h>

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.

References DSI_HandleTypeDef::ErrorCode.

◆ HAL_DSI_GetState()

HAL_DSI_StateTypeDef HAL_DSI_GetState ( const DSI_HandleTypeDef * hdsi)

#include <stm32f4xx_hal_dsi.h>

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.

References DSI_HandleTypeDef::State.