![]() |
v_sditx
Xilinx SDK Drivers API Documentation
|
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_Config * | XV_SdiTx_LookupConfig (u16 DeviceId) |
This function returns a reference to an XV_SdiTx_Config structure based on the core id, DeviceId. More... | |
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.
DeviceId | is the unique core ID of the SDI TX core for the lookup operation. |
Referenced by XV_SdiTxSelfTestExample().