v_sditxss
Vitis Drivers API Documentation
xv_sditxss_sinit.c File Reference

Overview

This file contains static initialization method for Xilinx SDI TX core.

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.00 jsr 07/17/17 Initial release.

 

Functions

XV_SdiTxSs_ConfigXV_SdiTxSs_LookupConfig (u32 DeviceId)
 This function looks for the device configuration based on the unique device ID. More...
 

Function Documentation

XV_SdiTxSs_Config* XV_SdiTxSs_LookupConfig ( u32  DeviceId)

This function looks for the device configuration based on the unique device ID.

The table XV_SdiTxSs_ConfigTable[] contains the configuration information for each instance of the device in the system.

Parameters
DeviceIdis the unique device ID of the device being looked up
Returns
A pointer to the configuration table entry corresponding to the given device ID, or NULL if no match is found

Referenced by main(), and SdiTxSs_SelfTestExample().