dphy
Vitis Drivers API Documentation
|
MODIFICATION HISTORY:
Ver Who Date Changes
1.1 ms 01/23/17 Modified xil_printf statement in main function to ensure that "Successfully ran" and "Failed" strings are available in all examples. This is a fix for CR-965028. ms 04/05/17 Modified Comment lines in functions to recognize it as documentation block for doxygen generation of examples.
Functions | |
u32 | DphySelfTestExample (u32 DeviceId) |
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... | |
u32 DphySelfTestExample | ( | u32 | DeviceId | ) |
This function checks if the HS_TIMEOUT from the generated file matches the value present in the corresponding configuration register.
DeviceId | is the DPHY device id. |
References XDphy_Config::BaseAddr, XDphy_CfgInitialize(), XDphy_GetRegIntfcPresent(), XDphy_LookupConfig(), and XDphy_SelfTest().
Referenced by main().
int main | ( | ) |
The entry point for this example.
It invokes the example function, and reports the execution status.
None. |
References DphySelfTestExample().