![]() |
qspips
Vitis Drivers API Documentation
|
This typedef contains configuration information for the device. More...
#include <xqspips.h>
Data Fields | |
| char * | Name |
| Name of the device. More... | |
| UINTPTR | BaseAddress |
| Base address of the device. More... | |
| u32 | InputClockHz |
| Input clock frequency. More... | |
| u8 | ConnectionMode |
| Single, Stacked and Parallel mode. More... | |
| u32 | IntrId |
| Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags. More... | |
| UINTPTR | IntrParent |
| Bit[0] Interrupt parent type Bit[64/32:1] Parent base address. More... | |
This typedef contains configuration information for the device.
| UINTPTR XQspiPs_Config::BaseAddress |
Base address of the device.
Referenced by DualStackExample(), LinearQspiFlashExample(), QspiFlashIntrExample(), QspiFlashPolledExample(), QspiG128FlashExample(), QspiPsSelfTestExample(), XQspiPs_Abort(), XQspiPs_CfgInitialize(), XQspiPs_GetClkPrescaler(), XQspiPs_GetDelays(), XQspiPs_GetOptions(), XQspiPs_InterruptHandler(), XQspiPs_PolledTransfer(), XQspiPs_Reset(), XQspiPs_SetClkPrescaler(), XQspiPs_SetDelays(), XQspiPs_SetOptions(), XQspiPs_SetSlaveSelect(), and XQspiPs_Transfer().
| u8 XQspiPs_Config::ConnectionMode |
Single, Stacked and Parallel mode.
Referenced by DualStackExample(), FlashErase(), FlashReadID(), GetRealAddr(), QspiG128FlashExample(), and XQspiPs_CfgInitialize().
| u32 XQspiPs_Config::InputClockHz |
Input clock frequency.
| u32 XQspiPs_Config::IntrId |
Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags.
Referenced by QspiFlashIntrExample().
| UINTPTR XQspiPs_Config::IntrParent |
Bit[0] Interrupt parent type Bit[64/32:1] Parent base address.
Referenced by QspiFlashIntrExample().
| char* XQspiPs_Config::Name |
Name of the device.
Referenced by XQspiPs_LookupConfig().