mipicsiss
Vitis Drivers API Documentation
ti_tmds1204.h File Reference

Data Structures

struct  Ti_RegisterField
 This typedef contains translations of FRL_Rate to Lanes and Line Rates. More...
 

Enumerations

enum  Ti_DeviceType
 FRL Character Rate Enumeration. More...
 

Functions

int TI_TMDS1204_Init (void *IicPtr, u8 I2CSlaveAddress, u8 Revision, u8 IsTx)
 This function initializes the TI TMDS1204 with default values for use with the Video FMC. More...
 
int TI_TMDS1204_CheckDeviceID (void *IicPtr, u8 I2CSlaveAddress)
 This function checks the TI TMDS1204 device ID. More...
 
u8 TI_TMDS1204_CheckDeviceVersion (void *IicPtr, u8 I2CSlaveAddress)
 This function checks the TI TMDS1204 Device Revision Number. More...
 
int TI_TMDS1204_LineRateReconfig (void *IicPtr, u8 I2CSlaveAddress, u8 Revision, u8 IsFRL, u64 LineRate, u8 Lanes, u8 IsTx)
 This function reconfigures the TI TMDS1204 cable redriver. More...
 
void TI_TMDS1204_RegisterDump (void *IicPtr, u8 I2CSlaveAddress)
 This function displays a registerdump of the TI TMDS1204 device. More...
 
void TI_TMDS1204_RegisterLibraryDump (void)
 This function prints out all the contents from TiRegisterFields array. More...