![]() |
csi2txss
Vitis Drivers API Documentation
|
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... | |
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.
XCsi2TxSs_Config XCsi2TxSs::Config |
Hardware configuration.
Referenced by XCsi2TxSs_Activate(), XCsi2TxSs_CfgInitialize(), XCsi2TxSs_Configure(), XCsi2TxSs_GetLineCountForVC(), XCsi2TxSs_IntrDisable(), XCsi2TxSs_ReportCoreInfo(), and XCsi2TxSs_SetLineCountForVC().
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().