v_sditxss
Xilinx SDK Drivers API Documentation
Xv_sditxss_v1_0

Functions

u32 SdiTxSs_SelfTestExample (u32 DeviceId)
 This function is the main entry point for the self test example using the XV_SdiTxSs driver. More...
 
int main (void)
 This is the main function for XV_SdiTxSs self test example. More...
 

Function Documentation

◆ main()

int main ( void  )

#include <xv_sditxss_selftest_example.c>

This is the main function for XV_SdiTxSs self test example.

Parameters
None.
Returns
  • XST_SUCCESS if the self test example passed.
  • XST_FAILURE if the self test example was unsuccessful.
Note
None.

References SdiTxSs_SelfTestExample().

◆ SdiTxSs_SelfTestExample()

u32 SdiTxSs_SelfTestExample ( u32  DeviceId)

#include <xv_sditxss_selftest_example.c>

This function is the main entry point for the self test example using the XV_SdiTxSs driver.

This function check whether or not its sub-core drivers self test functions are in working state.

Parameters
DeviceIdis the unique device ID of the SDI TX Subsystem core.
Returns
  • XST_FAILURE if any of SDI TX Subsystem sub-core self test failed.
  • XST_SUCCESS, if all of SDI TX Subsystem sub-core self test passed.
Note
None.

References XV_SdiTxSs_Config::BaseAddress, XV_SdiTxSs_CfgInitialize(), XV_SdiTxSs_LookupConfig(), and XV_SdiTxSs_SelfTest().

Referenced by main().