ospipsv
Vitis Drivers API Documentation
xospipsv_options.c File Reference

Macros

#define XOSPIPSV_NUM_OPTIONS   (sizeof(OptionsTable) / sizeof(OptionsMap))
 Total number of configuration options. More...
 

Functions

u32 XOspiPsv_SetOptions (XOspiPsv *InstancePtr, u32 Options)
 This function sets the options for the OSPIPSV device driver.The options control how the device behaves relative to the OSPIPSV bus. More...
 
u32 XOspiPsv_GetOptions (const XOspiPsv *InstancePtr)
 This function gets the options for the OSPIPSV device. More...
 
u32 XOspiPsv_SetClkPrescaler (XOspiPsv *InstancePtr, u8 Prescaler)
 Configures the clock according to the prescaler passed. More...
 
u32 XOspiPsv_SetSdrDdrMode (XOspiPsv *InstancePtr, u32 Mode)
 Configures the edge mode (SDR or DDR) More...
 
u32 XOspiPsv_SelectFlash (XOspiPsv *InstancePtr, u8 chip_select)
 This function should be used to tell the OSPIPSV driver the HW flash configuration being used. More...
 
void XOspiPsv_ConfigureAutoPolling (const XOspiPsv *InstancePtr, u32 FlashMode)
 Configures how the controller will poll the device following a write transfer in DAC mode. More...