![]() |
v_sdirx
Vitis Drivers API Documentation
|
Functions | |
| u32 | XV_SdiRx_SelfTest (XV_SdiRx *InstancePtr) |
| Runs a self-test on the driver/device. More... | |
| u32 | XV_SdiRxSelfTestExample (u32 DeviceId) |
| This function checks if the Rx 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_SdiRxSelfTestExample().
| u32 XV_SdiRx_SelfTest | ( | XV_SdiRx * | InstancePtr | ) |
Runs a self-test on the driver/device.
This test checks if the LaneCount present in register matches the one from the generated file.
| InstancePtr | is a pointer to the XV_SdiRx instance. |
References XV_SdiRx_Config::BaseAddress, XV_SdiRx::Config, XV_SdiRx::IsReady, XV_SdiRx_ReadReg, and XV_SdiRx_Stop().
Referenced by XV_SdiRxSelfTestExample().
| u32 XV_SdiRxSelfTestExample | ( | u32 | DeviceId | ) |
This function checks if the Rx core initialization is successful and the default register values are matching.
| DeviceId | is the XV_SdiRx Controller Device id. |
References XV_SdiRx_Config::BaseAddress, XV_SdiRx_CfgInitialize(), XV_SdiRx_LookupConfig(), and XV_SdiRx_SelfTest().
Referenced by main().