![]() |
mipi_tx_phy
Vitis Drivers API Documentation
|
MODIFICATION HISTORY:
Ver Who Date Changes
1.1 pg 16/02/24 Initial release - Application initializes mipi_tx_phy and ensures register reads and writes are good.
Functions | |
| u32 | Mipi_Tx_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_Tx_PhySelfTestExample().
| u32 Mipi_Tx_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_Tx_Phy BaseAddress. |
References XMipi_Tx_Phy_Config::BaseAddr, XMipi_Tx_Phy_CfgInitialize(), XMipi_Tx_Phy_GetRegIntfcPresent(), XMipi_Tx_Phy_LookupConfig(), and XMipi_Tx_Phy_SelfTest().
Referenced by main().