![]() |
mipi_rx_phy
Vitis Drivers API Documentation
|
MODIFICATION HISTORY:
Ver Who Date Changes
1.1 pg 16/02/24 Initial release - Application initializes mipi_rx_phy and ensures register reads and writes are good.
Functions | |
| u32 | Mipi_Rx_PhySelfTestExample (UINTPTR BaseAddress) |
| This function checks if the HS_TIMEOUT from the generated file matches the value present in the corresponding configuration register. More... | |
| int | main () |
| The entry point for this example. More... | |
| int main | ( | ) |
The entry point for this example.
It invokes the example function, and reports the execution status.
| None. |
References Mipi_Rx_PhySelfTestExample().
| u32 Mipi_Rx_PhySelfTestExample | ( | UINTPTR | BaseAddress | ) |
This function checks if the HS_TIMEOUT from the generated file matches the value present in the corresponding configuration register.
| BaseAddress | is the Mipi_Rx_Phy BaseAddress. |
References XMipi_Rx_Phy_Config::BaseAddr, XMipi_Rx_Phy_CfgInitialize(), XMipi_Rx_Phy_GetRegIntfcPresent(), XMipi_Rx_Phy_LookupConfig(), and XMipi_Rx_Phy_SelfTest().
Referenced by main().