![]() |
qspips
Vitis Drivers API Documentation
|
Functions | |
s32 | XQspiPs_SetOptions (XQspiPs *InstancePtr, u32 Options) |
This function sets the options for the QSPI device driver. More... | |
u32 | XQspiPs_GetOptions (XQspiPs *InstancePtr) |
This function gets the options for the QSPI device. More... | |
s32 | XQspiPs_SetClkPrescaler (XQspiPs *InstancePtr, u8 Prescaler) |
This function sets the clock prescaler for an QSPI device. More... | |
u8 | XQspiPs_GetClkPrescaler (XQspiPs *InstancePtr) |
This function gets the clock prescaler of an QSPI device. More... | |
int | XQspiPs_SetDelays (XQspiPs *InstancePtr, u8 DelayNss, u8 DelayBtwn, u8 DelayAfter, u8 DelayInit) |
This function sets the delay register for the QSPI device driver. More... | |
void | XQspiPs_GetDelays (XQspiPs *InstancePtr, u8 *DelayNss, u8 *DelayBtwn, u8 *DelayAfter, u8 *DelayInit) |
This function gets the delay settings for an QSPI device. More... | |