v_sdirx
Xilinx SDK Drivers API Documentation
V_sdirx_v1_0

Functions

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...
 

Function Documentation

int main ( void  )

The entry point for this example.

It invokes the example function, and reports the execution status.

Parameters
None.
Returns
  • XST_SUCCESS if example finishes successfully
  • XST_FAILURE if example fails.
Note
None.

References XV_SdiRxSelfTestExample().

u32 XV_SdiRxSelfTestExample ( u32  DeviceId)

This function checks if the Rx core initialization is successful and the default register values are matching.

Parameters
DeviceIdis the XV_SdiRx Controller Device id.
Returns
  • XST_SUCCESS if Rx initialixation and self test are successsful
  • XST_FAILURE if either Rx initialixation and self test fails
Note
None.

References XV_SdiRx_CfgInitialize(), XV_SdiRx_LookupConfig(), and XV_SdiRx_SelfTest().

Referenced by main().