![]() |
devcfg
Xilinx SDK Drivers API Documentation
|
This file contains an self test example showing the usage of the Device Configuration Interface Hardware and driver (XDevCfg).
None
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 sdm 05/25/11 First release.
Functions | |
| int | DcfgSelfTestExample (u16 DeviceId) |
| This function does a selftest on the Device Configuration device and XDevCfg driver as an example. More... | |
| int | main (void) |
| Main function to call the Device Configuration Interface Selftest example. More... | |
| int DcfgSelfTestExample | ( | u16 | DeviceId | ) |
This function does a selftest on the Device Configuration device and XDevCfg driver as an example.
The purpose of this function is to illustrate the usage of the XDevCfg driver.
| DeviceId | is the XPAR_<XDCFG_instance>_DEVICE_ID value from xparameters.h |
References XDcfg_Config::BaseAddr, XDcfg_CfgInitialize(), XDcfg_LookupConfig(), and XDcfg_SelfTest().
Referenced by main().
| int main | ( | void | ) |
Main function to call the Device Configuration Interface Selftest example.
| None |
References DcfgSelfTestExample().