![]() |
dsirxss
Vitis Drivers API Documentation
|
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.
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... | |
| 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.
| BaseAddress | is the unique Address of the MIPI DSI2 RX . Subsystem core. |
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.
| None. |
References Dsi2RxSs_SelfTestExample().