csi2txss
Vitis Drivers API Documentation
xcsi2txss.c File Reference

Functions

u32 XCsi2TxSs_CfgInitialize (XCsi2TxSs *InstancePtr, XCsi2TxSs_Config *CfgPtr, UINTPTR EffectiveAddr)
 This function initializes the MIPI CSI subsystem and included sub-cores. More...
 
u32 XCsi2TxSs_Configure (XCsi2TxSs *InstancePtr, u8 ActiveLanes, u32 IntrMask)
 This function is used to configure the CSI lanes and interrupts that are to be handled by the application. More...
 
u32 XCsi2TxSs_Activate (XCsi2TxSs *InstancePtr, u8 Flag)
 This function is used to activate the CSI Subsystem. More...
 
u32 XCsi2TxSs_Reset (XCsi2TxSs *InstancePtr)
 This function is used to reset the CSI Subsystem. More...
 
void XCsi2TxSs_ReportCoreInfo (XCsi2TxSs *InstancePtr)
 This function reports list of cores included. More...
 
void XCsi2TxSs_GetShortPacket (XCsi2TxSs *InstancePtr)
 This function gets the short packets. More...
 
void XCsi2TxSs_LineGen (XCsi2TxSs *InstancePtr, u32 Value)
 This function is to set the Line Synchronization packet Generation status. More...
 
void XCsi2TxSs_SetGSPEntry (XCsi2TxSs *InstancePtr, u32 Value)
 This function is to set Generic Short Packet Entries. More...
 
u32 XCsi2TxSs_GetPixelMode (XCsi2TxSs *InstancePtr)
 This function is used to get the Pixel Mode. More...
 
u32 XCsi2TxSs_GetMaxLaneCount (XCsi2TxSs *InstancePtr)
 This function is used to get the number of lanes configured in the IP. More...
 
u32 XCsi2TxSs_IsUlps (XCsi2TxSs *InstancePtr)
 This function is used to check if lanes are in ulps mode. More...
 
void XCsi2TxSs_SetUlps (XCsi2TxSs *InstancePtr, u32 Value)
 This function is used to set lanes in ulps mode. More...
 
void XCsi2TxSs_SetClkMode (XCsi2TxSs *InstancePtr, u8 Mode)
 This function is used to set the CSI2 Tx Subsystem Clock Mode as either Continuous (0) or Non-Continuous (1) mode. More...
 
u32 XCsi2TxSs_GetClkMode (XCsi2TxSs *InstancePtr)
 This function is used to get the CSI2 Tx Subsystem Clock Mode as either Continuous (0) or Non-Continuous (1) mode. More...
 
u32 XCsi2TxSs_SetLineCountForVC (XCsi2TxSs *InstancePtr, u8 VC, u16 LineCount)
 This function sets the Line Count for virtual Channel if Frame End Generation feature is enabled. More...
 
u32 XCsi2TxSs_GetLineCountForVC (XCsi2TxSs *InstancePtr, u8 VC, u16 *LineCount)
 This function gets the Line Count for virtual Channel if Frame End Generation feature is enabled. More...