![]() |
qspipsu
Xilinx SDK Drivers API Documentation
|
Functions | |
s32 | XQspiPsu_SetOptions (XQspiPsu *InstancePtr, u32 Options) |
This function sets the options for the QSPIPSU device driver.The options control how the device behaves relative to the QSPIPSU bus. More... | |
s32 | XQspiPsu_ClearOptions (XQspiPsu *InstancePtr, u32 Options) |
This function resets the options for the QSPIPSU device driver.The options control how the device behaves relative to the QSPIPSU bus. More... | |
u32 | XQspiPsu_GetOptions (XQspiPsu *InstancePtr) |
This function gets the options for the QSPIPSU device. More... | |
s32 | XQspiPsu_SetClkPrescaler (XQspiPsu *InstancePtr, u8 Prescaler) |
Configures the clock according to the prescaler passed. More... | |
void | XQspiPsu_SelectFlash (XQspiPsu *InstancePtr, u8 FlashCS, u8 FlashBus) |
This funciton should be used to tell the QSPIPSU driver the HW flash configuration being used. More... | |
s32 | XQspiPsu_SetReadMode (XQspiPsu *InstancePtr, u32 Mode) |
This function sets the Read mode for the QSPIPSU device driver.The device must be idle rather than busy transferring data before setting Read mode options. More... | |
void | XQspiPsu_SetWP (XQspiPsu *InstancePtr, u8 Value) |
This function sets the Write Protect and Hold options for the QSPIPSU device driver.The device must be idle rather than busy transferring data before setting Write Protect and Hold options. More... | |