dsi2rx
Vitis Drivers API Documentation
XDsi2Rx Struct Reference

The XDsi2Rx driver instance data. More...

Data Fields

XDsi2Rx_Config Config
 GUI Configuration. More...
 
u32 PixelMode
 Specifies VideoMode NoNBurst/Burst. More...
 
XDsi2Rx_Callback UnSupportedDataTypeCallback
 
 Callback for

UnSupportedDataType More...

 
void * UnsupportDataTypeRef
 
 To be passed to the

UnSupportedDataType call back More...

 
u32 IsReady
 Driver is ready. More...
 

Detailed Description

The XDsi2Rx driver instance data.

An instance must be allocated for each DSI in use.

Field Documentation

XDsi2Rx_Config XDsi2Rx::Config

GUI Configuration.

Referenced by XDsi2Rx_CfgInitialize(), XDsi2Rx_GetConfigParams(), and XDsi2Rx_SelfTest().

u32 XDsi2Rx::PixelMode

Specifies VideoMode NoNBurst/Burst.

Referenced by XDsi2Rx_DefaultConfigure().

void* XDsi2Rx::UnsupportDataTypeRef

 To be passed to the

UnSupportedDataType call back

Referenced by XDsi2Rx_IntrHandler(), and XDsi2Rx_SetCallback().

XDsi2Rx_Callback XDsi2Rx::UnSupportedDataTypeCallback

 Callback for

UnSupportedDataType

Referenced by XDsi2Rx_CfgInitialize(), XDsi2Rx_IntrHandler(), and XDsi2Rx_SetCallback().