STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
DSI_HandleTypeDef Struct Reference

DSI Handle Structure definition. More...

#include <stm32f4xx_hal_dsi.h>

Collaboration diagram for DSI_HandleTypeDef:

Data Fields

DSI_TypeDef * Instance
 
DSI_InitTypeDef Init
 
HAL_LockTypeDef Lock
 
__IO HAL_DSI_StateTypeDef State
 
__IO uint32_t ErrorCode
 
uint32_t ErrorMsk
 

Detailed Description

DSI Handle Structure definition.

Definition at line 308 of file stm32f4xx_hal_dsi.h.

Field Documentation

◆ Instance

◆ Init

DSI_InitTypeDef DSI_HandleTypeDef::Init

DSI required parameters

Definition at line 312 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ Lock

HAL_LockTypeDef DSI_HandleTypeDef::Lock

DSI peripheral status

Definition at line 313 of file stm32f4xx_hal_dsi.h.

◆ State

__IO HAL_DSI_StateTypeDef DSI_HandleTypeDef::State

DSI communication state

Definition at line 314 of file stm32f4xx_hal_dsi.h.

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

◆ ErrorCode

__IO uint32_t DSI_HandleTypeDef::ErrorCode

DSI Error code

Definition at line 315 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_DeInit(), HAL_DSI_GetError(), HAL_DSI_Init(), and HAL_DSI_IRQHandler().

◆ ErrorMsk

uint32_t DSI_HandleTypeDef::ErrorMsk

DSI Error monitoring mask

Definition at line 316 of file stm32f4xx_hal_dsi.h.

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


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