![]() |
v_sditx
Xilinx SDK Drivers API Documentation
|
Functions | |
u32 | XV_SdiTxSelfTestExample (u32 DeviceId) |
This function checks if the Tx core initialization is successful and the default register values are matching. More... | |
int | main (void) |
The entry point for this example. More... | |
int main | ( | void | ) |
#include <xv_sditx_example_selftest.c>
The entry point for this example.
It invokes the example function, and reports the execution status.
None. |
References XV_SdiTxSelfTestExample().
u32 XV_SdiTxSelfTestExample | ( | u32 | DeviceId | ) |
#include <xv_sditx_example_selftest.c>
This function checks if the Tx core initialization is successful and the default register values are matching.
DeviceId | is the XV_SdiTx Controller Device id. |
References XV_SdiTx_CfgInitialize(), XV_SdiTx_LookupConfig(), and XV_SdiTx_SelfTest().
Referenced by main().