STM32F479xx HAL User Manual
Data Fields
__DSI_HandleTypeDef Struct Reference

DSI Handle Structure definition. More...

#include <stm32f4xx_hal_dsi.h>

Data Fields

DSI_TypeDef * Instance
DSI_InitTypeDef Init
HAL_LockTypeDef Lock
__IO HAL_DSI_StateTypeDef State
__IO uint32_t ErrorCode
uint32_t ErrorMsk
void(* TearingEffectCallback )(struct __DSI_HandleTypeDef *hdsi)
void(* EndOfRefreshCallback )(struct __DSI_HandleTypeDef *hdsi)
void(* ErrorCallback )(struct __DSI_HandleTypeDef *hdsi)
void(* MspInitCallback )(struct __DSI_HandleTypeDef *hdsi)
void(* MspDeInitCallback )(struct __DSI_HandleTypeDef *hdsi)

Detailed Description

DSI Handle Structure definition.

Definition at line 304 of file stm32f4xx_hal_dsi.h.


Field Documentation

DSI End Of Refresh Callback

Definition at line 318 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init(), HAL_DSI_IRQHandler(), HAL_DSI_RegisterCallback(), and HAL_DSI_UnRegisterCallback().

DSI Error Callback

Definition at line 319 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init(), HAL_DSI_IRQHandler(), HAL_DSI_RegisterCallback(), and HAL_DSI_UnRegisterCallback().

DSI Error monitoring mask

Definition at line 314 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigErrorMonitor(), HAL_DSI_Init(), and HAL_DSI_IRQHandler().

DSI required parameters

Definition at line 310 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

HAL_LockTypeDef __DSI_HandleTypeDef::Lock

DSI peripheral status

Definition at line 311 of file stm32f4xx_hal_dsi.h.

DSI Msp DeInit callback

Definition at line 322 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_DeInit(), HAL_DSI_RegisterCallback(), and HAL_DSI_UnRegisterCallback().

DSI Msp Init callback

Definition at line 321 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init(), HAL_DSI_RegisterCallback(), and HAL_DSI_UnRegisterCallback().

DSI communication state

Definition at line 312 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_DeInit(), HAL_DSI_GetState(), HAL_DSI_Init(), HAL_DSI_RegisterCallback(), and HAL_DSI_UnRegisterCallback().

DSI Tearing Effect Callback

Definition at line 317 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init(), HAL_DSI_IRQHandler(), HAL_DSI_RegisterCallback(), and HAL_DSI_UnRegisterCallback().


The documentation for this struct was generated from the following file: