STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
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.
 
void HAL_DSI_TearingEffectCallback (DSI_HandleTypeDef *hdsi)
 Tearing Effect DSI callback.
 
void HAL_DSI_EndOfRefreshCallback (DSI_HandleTypeDef *hdsi)
 End of Refresh DSI callback.
 
void HAL_DSI_ErrorCallback (DSI_HandleTypeDef *hdsi)
 Operation Error DSI callback.
 

Detailed Description

IO operation functions.

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

Function Documentation

◆ HAL_DSI_IRQHandler()

◆ HAL_DSI_TearingEffectCallback()

__weak void HAL_DSI_TearingEffectCallback ( DSI_HandleTypeDef * hdsi)

#include <stm32f4xx_hal_dsi.h>

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.

References UNUSED.

Referenced by HAL_DSI_Init(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_EndOfRefreshCallback()

__weak void HAL_DSI_EndOfRefreshCallback ( DSI_HandleTypeDef * hdsi)

#include <stm32f4xx_hal_dsi.h>

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.

References UNUSED.

Referenced by HAL_DSI_Init(), and HAL_DSI_IRQHandler().

◆ HAL_DSI_ErrorCallback()

__weak void HAL_DSI_ErrorCallback ( DSI_HandleTypeDef * hdsi)

#include <stm32f4xx_hal_dsi.h>

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.

References UNUSED.

Referenced by HAL_DSI_Init(), and HAL_DSI_IRQHandler().