v_sditx
Xilinx SDK Drivers API Documentation
xv_sditx_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_SdiTx_ConfigXV_SdiTx_LookupConfig (u16 DeviceId)
 This function returns a reference to an XV_SdiTx_Config structure based on the core id, DeviceId. More...
 

Function Documentation

XV_SdiTx_Config* XV_SdiTx_LookupConfig ( u16  DeviceId)

This function returns a reference to an XV_SdiTx_Config structure based on the core id, DeviceId.

The return value will refer to an entry in the device configuration table defined in the xv_sditx_g.c file.

Parameters
DeviceIdis the unique core ID of the SDI TX core for the lookup operation.
Returns
XV_SdiTx_LookupConfig returns a reference to a config record in the configuration table (in xv_sditx_g.c) corresponding to DeviceId, or NULL if no match is found.
Note
None.

Referenced by XV_SdiTxSelfTestExample().