思澈科技软件开发工具包  2.20

IO operation functions. More...

Functions

void HAL_DSI_IRQHandler (DSI_HandleTypeDef *hdsi)
 Handles DSI interrupt request. More...
 
void HAL_DSI_TearingEffectCallback (DSI_HandleTypeDef *hdsi)
 Tearing Effect DSI callback. More...
 
void HAL_DSI_EndOfRefreshCallback (DSI_HandleTypeDef *hdsi)
 End of Refresh DSI callback. More...
 
void HAL_DSI_ErrorCallback (DSI_HandleTypeDef *hdsi)
 Operation Error DSI callback. More...
 

Detailed Description

IO operation functions.

 ===============================================================================
                      #####  IO operation functions  #####
 ===============================================================================
    [..]  This section provides function allowing to:
      (+) Handle DSI interrupt request

Function Documentation

◆ HAL_DSI_EndOfRefreshCallback()

void HAL_DSI_EndOfRefreshCallback ( DSI_HandleTypeDef hdsi)

End of Refresh DSI callback.

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

◆ HAL_DSI_ErrorCallback()

void HAL_DSI_ErrorCallback ( DSI_HandleTypeDef hdsi)

Operation Error DSI callback.

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

◆ HAL_DSI_IRQHandler()

void HAL_DSI_IRQHandler ( DSI_HandleTypeDef hdsi)

Handles DSI interrupt request.

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

◆ HAL_DSI_TearingEffectCallback()

void HAL_DSI_TearingEffectCallback ( DSI_HandleTypeDef hdsi)

Tearing Effect DSI callback.

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