dsirxss
Vitis Drivers API Documentation
xdsi2rxss_selftest_example.c File Reference

Overview

This file contains a design example using the XDsi2RxSs driver.

It performs a self test on the MIPI DSI Rx Subsystem that will test its sub-cores self test functions.

Note
None.
MODIFICATION HISTORY:
Ver Who Date    Changes


1.0 Kunal 12/2/24 Initial Release for MIPI DSI RX subsystem 1.1 Kunal 18/4/24 Driver name changed to DSI2RXSS.

Functions

u32 Dsi2RxSs_SelfTestExample (u32 BaseAddr)
 This function is the main entry point for the self test example using the XDsi2RxSs driver. More...
 
int main ()
 This is the main function for XDsiRxSs self test example. More...
 

Function Documentation

u32 Dsi2RxSs_SelfTestExample ( u32  BaseAddr)

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

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

Parameters
BaseAddressis the unique Address of the MIPI DSI2 RX . Subsystem core.
Returns
  • XST_FAILURE if any of MIPI DSI RX Subsystem sub-core self test failed.
  • XST_SUCCESS, if all of MIPI DSI RX Subsystem sub-core self test passed.
Note
None.

References XDsi2RxSs_Config::BaseAddr, XDsi2RxSs_CfgInitialize(), XDsi2RxSs_LookupConfig(), and XDsi2RxSs_SelfTest().

Referenced by main().

int main ( )

This is the main function for XDsiRxSs 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 Dsi2RxSs_SelfTestExample().