![]() |
csi2tx
Xilinx SDK Drivers API Documentation
|
Functions | |
u32 | XCsi2Tx_CfgInitialize (XCsi2Tx *InstancePtr, XCsi2Tx_Config *CfgPtr, UINTPTR EffectiveAddr) |
Initialize the XCsi2Tx instance provided by the caller based on the given Config structure. More... | |
u32 | XCsi2Tx_Reset (XCsi2Tx *InstancePtr) |
This function will do a reset of the IP. More... | |
u32 | XCsi2Tx_Activate (XCsi2Tx *InstancePtr, u8 Flag) |
Thsi function will enable/disable the IP Core to start processing. More... | |
u32 | XCsi2Tx_Configure (XCsi2Tx *InstancePtr) |
This function will configure the core with proper number of Active Lanes. More... | |
void | XCsi2Tx_GetShortPacket (XCsi2Tx *InstancePtr, XCsi2Tx_SPktData *ShortPacketStruct) |
This function will get the short packet received in the FIFO from the Generic Short Packet Register and fill up the structure passed from caller. More... | |
u8 | XCsi2Tx_IsActiveLaneCountValid (XCsi2Tx *InstancePtr, u8 ActiveLanesCount) |
This function checks the validity of the active lanes parameter. More... | |
u32 | XCsi2Tx_SetLineCountForVC (XCsi2Tx *InstancePtr, u8 VC, u16 LineCount) |
This function sets the Line Count for virtual Channel if Frame End Generation feature is enabled. More... | |
u32 | XCsi2Tx_GetLineCountForVC (XCsi2Tx *InstancePtr, u8 VC, u16 *LineCount) |
This function gets the Line Count for virtual Channel if Frame End Generation feature is enabled. More... | |