dphy
Vitis Drivers API Documentation
xdphy.c File Reference

Functions

u32 XDphy_CfgInitialize (XDphy *InstancePtr, XDphy_Config *CfgPtr, UINTPTR EffectiveAddr)
 Initialize the XDphy instance provided by the caller based on the given Config structure. More...
 
u32 XDphy_Configure (XDphy *InstancePtr, u8 Handle, u32 Value)
 Configure the registers of the Dphy instance. More...
 
u8 XDphy_GetRegIntfcPresent (XDphy *InstancePtr)
 Get if register interface is present from the config structure for specified DPHY instance. More...
 
u32 XDphy_GetInfo (XDphy *InstancePtr, u8 Handle)
 Get information stored in the DPhy instance based on the handle passed. More...
 
void XDphy_Reset (XDphy *InstancePtr)
 This is used to do a soft reset of the DPhy IP instance. More...
 
void XDphy_ClearDataLane (XDphy *InstancePtr, u8 DataLane, u32 Mask)
 This is used to clear the Abort Error (Escape or High Speed) bits in the Data Lane 0 through 3. More...
 
u32 XDphy_GetClkLaneStatus (XDphy *InstancePtr)
 This is used to get information about Clock Lane status. More...
 
u32 XDphy_GetClkLaneMode (XDphy *InstancePtr)
 This is used to get specific Lane mode information about Clock Lane. More...
 
u32 XDphy_GetDataLaneStatus (XDphy *InstancePtr, u8 DataLane)
 This is used to get information about a Data Lane status. More...
 
u8 XDphy_GetDLCalibStatus (XDphy *InstancePtr, u8 DataLane)
 This is used to get Data Lane Calibration status. More...
 
u32 XDphy_GetDataLaneMode (XDphy *InstancePtr, u8 DataLane)
 This is used to get specfic Lane mode information about a Data Lane. More...
 
u16 XDphy_GetPacketCount (XDphy *InstancePtr, u8 DataLane)
 This is used to get count of packets received on each lane. More...
 
void XDphy_Activate (XDphy *InstancePtr, u8 Flag)
 This function is used to enable or disable the DPhy core. More...