![]() |
v_sditx
Vitis Drivers API Documentation
|
Functions | |
| u32 | XV_SdiTx_SelfTest (XV_SdiTx *InstancePtr) |
| Runs a self-test on the driver/device. More... | |
| 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 | ) |
The entry point for this example.
It invokes the example function, and reports the execution status.
| None. |
References XV_SdiTxSelfTestExample().
| u32 XV_SdiTx_SelfTest | ( | XV_SdiTx * | InstancePtr | ) |
Runs a self-test on the driver/device.
This test checks if the mode control register valus have the default values.
| InstancePtr | is a pointer to the XV_SdiTx instance. |
References XV_SdiTx_Config::BaseAddress, XV_SdiTx::Config, XV_SdiTx::IsReady, XV_SdiTx_ReadReg, and XV_SdiTx_StopSdi().
Referenced by XV_SdiTxSelfTestExample().
| u32 XV_SdiTxSelfTestExample | ( | u32 | DeviceId | ) |
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_Config::BaseAddress, XV_SdiTx_CfgInitialize(), XV_SdiTx_LookupConfig(), and XV_SdiTx_SelfTest().
Referenced by main().