IO operation functions.
More...
IO operation functions.
===============================================================================
##### IO operation functions #####
===============================================================================
[..] This section provides function allowing to:
(+) Handle DSI interrupt request
◆ HAL_DSI_EndOfRefreshCallback()
End of Refresh DSI callback.
- Parameters
-
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
- Return values
-
Definition at line 993 of file stm32f4xx_hal_dsi.c.
◆ HAL_DSI_ErrorCallback()
Operation Error DSI callback.
- Parameters
-
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
- Return values
-
Definition at line 1008 of file stm32f4xx_hal_dsi.c.
◆ HAL_DSI_IRQHandler()
Handles DSI interrupt request.
- Parameters
-
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
- Return values
-
Definition at line 856 of file stm32f4xx_hal_dsi.c.
◆ HAL_DSI_TearingEffectCallback()
Tearing Effect DSI callback.
- Parameters
-
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
- Return values
-
Definition at line 978 of file stm32f4xx_hal_dsi.c.