![]() |
qspips
Vitis Drivers API Documentation
|
This file contains an example for using the QSPI Hardware, it does a simple hardware connection check.
None
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 drg/jz 01/25/10 First release. 3.11 akm 07/10/23 Add support for system device-tree flow for example.
Functions | |
int | QspiPsSelfTestExample (u16 DeviceId) |
This function does a selftest on the QSPI device and XQspiPs driver as an example. More... | |
int | main (void) |
Main function to call the Qspi Selftest example. More... | |
int main | ( | void | ) |
Main function to call the Qspi Selftest example.
References QspiPsSelfTestExample().
int QspiPsSelfTestExample | ( | u16 | DeviceId | ) |
This function does a selftest on the QSPI device and XQspiPs driver as an example.
The purpose of this function is to illustrate the usage of the XQspiPs driver.
DeviceId | is the XPAR_<QSPIPS_instance>_DEVICE_ID value from xparameters.h |
References XQspiPs_Config::BaseAddress, XQspiPs_CfgInitialize(), XQspiPs_LookupConfig(), and XQspiPs_SelfTest().
Referenced by main().