dsitxss
Vitis Drivers API Documentation
XDsiTxSs Struct Reference

The XDsiTxSs driver instance data. More...

Data Fields

XDsiTxSs_Config Config
 Hardware configuration. More...
 
u32 IsReady
 Device and the driver instance are initialized. More...
 
XDsi * DsiPtr
 handle to sub-core driver instance More...
 
XDsi_ShortPacket SpktData
 Short packet strucute to send short packet. More...
 
XDsiTx_CmdModePkt CmdPkt
 DSI Command mode packet structure. More...
 
XDsi_ConfigParameters ConfigInfo
 Configuration information contains GUI parameters, Timing parameters. More...
 
XDsiTxSs_Callback ErrorCallback
 
 Callback function for

rest all errors More...

 
void * ErrRef
 
 To be passed to the

Error Call back More...

 

Detailed Description

The XDsiTxSs driver instance data.

The user is required to allocate a variable of this type for every XDsiTxSs device in the system. A pointer to a variable of this type is then passed to the driver API functions.

Field Documentation

XDsiTx_CmdModePkt XDsiTxSs::CmdPkt

DSI Command mode packet structure.

Referenced by XDsiTxSs_SendCmdModePacket().

XDsiTxSs_Config XDsiTxSs::Config
XDsi_ConfigParameters XDsiTxSs::ConfigInfo

Configuration information contains GUI parameters, Timing parameters.

Referenced by XDsiTxSs_GetConfigParams().

XDsiTxSs_Callback XDsiTxSs::ErrorCallback

 Callback function for

rest all errors

void* XDsiTxSs::ErrRef

 To be passed to the

Error Call back

u32 XDsiTxSs::IsReady

Device and the driver instance are initialized.

Referenced by XDsiTxSs_CfgInitialize(), and XDsiTxSs_SetCallback().

XDsi_ShortPacket XDsiTxSs::SpktData

Short packet strucute to send short packet.

Referenced by XDsiTxSs_SendShortPacket().