dsi
Vitis Drivers API Documentation
XDsi_ConfigParameters Struct Reference

The structure to read DSI controller & Configurable Parameters. More...

Data Fields

XDsi_Config Config
 GUI Configuration. More...
 
u32 VideoMode
 Specifies VideoMode NoNBurst/Burst. More...
 
u8 BlankPacketType
 Blanking packet type for BLLP region. More...
 
u8 BLLPMode
 BLLP Selection. More...
 
u8 EoTp
 EoTp Bit Enable/Disable. More...
 
XDsi_VideoTiming Timing
 Video Timing structure. More...
 
u32 LineTime
 Total Line Time. More...
 
u32 BLLPTime
 BLLP Time by core. More...
 

Detailed Description

The structure to read DSI controller & Configurable Parameters.

Field Documentation

u8 XDsi_ConfigParameters::BlankPacketType

Blanking packet type for BLLP region.

Referenced by XDsi_GetConfigParams().

u8 XDsi_ConfigParameters::BLLPMode

BLLP Selection.

Referenced by XDsi_GetConfigParams().

u32 XDsi_ConfigParameters::BLLPTime

BLLP Time by core.

Referenced by XDsi_GetConfigParams().

XDsi_Config XDsi_ConfigParameters::Config

GUI Configuration.

Referenced by XDsi_GetConfigParams().

u8 XDsi_ConfigParameters::EoTp

EoTp Bit Enable/Disable.

Referenced by XDsi_GetConfigParams().

u32 XDsi_ConfigParameters::LineTime

Total Line Time.

Referenced by XDsi_GetConfigParams().

XDsi_VideoTiming XDsi_ConfigParameters::Timing

Video Timing structure.

Referenced by XDsi_GetConfigParams().

u32 XDsi_ConfigParameters::VideoMode

Specifies VideoMode NoNBurst/Burst.

Referenced by XDsi_GetConfigParams().