csi2txss
Vitis Drivers API Documentation
XCsi2TxSs Struct Reference

The XCsi2TxSs driver instance data. More...

Data Fields

XCsi2TxSs_Config Config
 Hardware configuration. More...
 
u32 IsReady
 Device and the driver instance are initialized. More...
 
XCsi2Tx_SPktData SpktData
 Short packet. More...
 

Detailed Description

The XCsi2TxSs driver instance data.

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

Field Documentation

u32 XCsi2TxSs::IsReady

Device and the driver instance are initialized.

Referenced by XCsi2TxSs_CfgInitialize(), and XCsi2TxSs_SetCallBack().

XCsi2Tx_SPktData XCsi2TxSs::SpktData

Short packet.

Referenced by XCsi2TxSs_GetShortPacket().