STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
IO operation functions. More...
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. | |
IO operation functions.
=============================================================================== ##### IO operation functions ##### =============================================================================== [..] This section provides function allowing to: (+) Handle DSI interrupt request
void HAL_DSI_IRQHandler | ( | DSI_HandleTypeDef * | hdsi | ) |
#include <stm32f4xx_hal_dsi.h>
Handles DSI interrupt request.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
HAL | status |
Definition at line 856 of file stm32f4xx_hal_dsi.c.
References __HAL_DSI_CLEAR_FLAG, __HAL_DSI_GET_FLAG, __HAL_DSI_GET_IT_SOURCE, DSI_ERROR_ACK_MASK, DSI_ERROR_CRC_MASK, DSI_ERROR_ECC_MASK, DSI_ERROR_EOT_MASK, DSI_ERROR_GEN_MASK, DSI_ERROR_OVF_MASK, DSI_ERROR_PHY_MASK, DSI_ERROR_PSE_MASK, DSI_ERROR_RX_MASK, DSI_ERROR_TX_MASK, DSI_FLAG_ER, DSI_FLAG_TE, DSI_IT_ER, DSI_IT_TE, DSI_HandleTypeDef::ErrorCode, DSI_HandleTypeDef::ErrorMsk, HAL_DSI_EndOfRefreshCallback(), HAL_DSI_ERROR_ACK, HAL_DSI_ERROR_CRC, HAL_DSI_ERROR_ECC, HAL_DSI_ERROR_EOT, HAL_DSI_ERROR_GEN, HAL_DSI_ERROR_NONE, HAL_DSI_ERROR_OVF, HAL_DSI_ERROR_PHY, HAL_DSI_ERROR_PSE, HAL_DSI_ERROR_RX, HAL_DSI_ERROR_TX, HAL_DSI_ErrorCallback(), HAL_DSI_TearingEffectCallback(), and DSI_HandleTypeDef::Instance.
__weak void HAL_DSI_TearingEffectCallback | ( | DSI_HandleTypeDef * | hdsi | ) |
#include <stm32f4xx_hal_dsi.h>
Tearing Effect DSI callback.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
None |
Definition at line 978 of file stm32f4xx_hal_dsi.c.
References UNUSED.
Referenced by HAL_DSI_Init(), and HAL_DSI_IRQHandler().
__weak void HAL_DSI_EndOfRefreshCallback | ( | DSI_HandleTypeDef * | hdsi | ) |
#include <stm32f4xx_hal_dsi.h>
End of Refresh DSI callback.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
None |
Definition at line 993 of file stm32f4xx_hal_dsi.c.
References UNUSED.
Referenced by HAL_DSI_Init(), and HAL_DSI_IRQHandler().
__weak void HAL_DSI_ErrorCallback | ( | DSI_HandleTypeDef * | hdsi | ) |
#include <stm32f4xx_hal_dsi.h>
Operation Error DSI callback.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
None |
Definition at line 1008 of file stm32f4xx_hal_dsi.c.
References UNUSED.
Referenced by HAL_DSI_Init(), and HAL_DSI_IRQHandler().