STM32F4xx_HAL_Driver  1.8.3
IO operation functions

IO operation functions. More...

+ Collaboration diagram for IO operation functions:

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()

__weak 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

Definition at line 993 of file stm32f4xx_hal_dsi.c.

◆ HAL_DSI_ErrorCallback()

__weak 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

Definition at line 1008 of file stm32f4xx_hal_dsi.c.

◆ 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

Definition at line 856 of file stm32f4xx_hal_dsi.c.

◆ HAL_DSI_TearingEffectCallback()

__weak 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

Definition at line 978 of file stm32f4xx_hal_dsi.c.