dp14txss
Vitis Drivers API Documentation
dppt_vid_phy_config.c File Reference

Overview

This file contains functions to configure Video Pattern Generator core.

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.00 Kei 07/13/17 Initial release.

Functions

void PLLRefClkSel (XVphy *InstancePtr, u8 link_rate)
 This function sets proper ref clk frequency and line rate. More...
 
u32 PHY_Configuration_Tx (XVphy *InstancePtr, XVphy_User_Config PHY_User_Config_Table)
 This function sets up PHY. More...
 

Function Documentation

u32 PHY_Configuration_Tx ( XVphy *  InstancePtr,
XVphy_User_Config  PHY_User_Config_Table 
)

This function sets up PHY.

Parameters
pointerto VideoPHY
UserConfig table
Returns
  • XST_SUCCESS if interrupt setup was successful.
  • A specific error code defined in "xstatus.h" if an error occurs.
Note
None.
void PLLRefClkSel ( XVphy *  InstancePtr,
u8  link_rate 
)

This function sets proper ref clk frequency and line rate.

Parameters
InstancePtris a pointer to the Video PHY instance.
Returns
None.
Note
None.