STM32F479xx HAL User Manual
|
IO operation functions. More...
Functions | |
void | HAL_DSI_IRQHandler (DSI_HandleTypeDef *hdsi) |
Handles DSI interrupt request. | |
__weak void | HAL_DSI_TearingEffectCallback (DSI_HandleTypeDef *hdsi) |
Tearing Effect DSI callback. | |
__weak void | HAL_DSI_EndOfRefreshCallback (DSI_HandleTypeDef *hdsi) |
End of Refresh DSI callback. | |
__weak 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
__weak void HAL_DSI_EndOfRefreshCallback | ( | DSI_HandleTypeDef * | hdsi | ) |
End of Refresh DSI callback.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
None |
Definition at line 945 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_Init(), HAL_DSI_IRQHandler(), and HAL_DSI_UnRegisterCallback().
__weak void HAL_DSI_ErrorCallback | ( | DSI_HandleTypeDef * | hdsi | ) |
Operation Error DSI callback.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
None |
Definition at line 960 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_Init(), HAL_DSI_IRQHandler(), and HAL_DSI_UnRegisterCallback().
void HAL_DSI_IRQHandler | ( | DSI_HandleTypeDef * | hdsi | ) |
Handles DSI interrupt request.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
HAL | status |
Definition at line 809 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::EndOfRefreshCallback, __DSI_HandleTypeDef::ErrorCallback, __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(), __DSI_HandleTypeDef::Instance, and __DSI_HandleTypeDef::TearingEffectCallback.
__weak void HAL_DSI_TearingEffectCallback | ( | DSI_HandleTypeDef * | hdsi | ) |
Tearing Effect DSI callback.
hdsi | pointer to a DSI_HandleTypeDef structure that contains the configuration information for the DSI. |
None |
Definition at line 930 of file stm32f4xx_hal_dsi.c.
Referenced by HAL_DSI_Init(), HAL_DSI_IRQHandler(), and HAL_DSI_UnRegisterCallback().