spips
Vitis Drivers API Documentation
xspips_options.c File Reference

Functions

s32 XSpiPs_SetOptions (const XSpiPs *InstancePtr, u32 Options)
 This function sets the options for the SPI device driver. More...
 
u32 XSpiPs_GetOptions (const XSpiPs *InstancePtr)
 This function gets the options for the SPI device. More...
 
s32 XSpiPs_SetClkPrescaler (const XSpiPs *InstancePtr, u8 Prescaler)
 This function sets the clock prescaler for an SPI device. More...
 
u8 XSpiPs_GetClkPrescaler (const XSpiPs *InstancePtr)
 This function gets the clock prescaler of an SPI device. More...
 
s32 XSpiPs_SetDelays (const XSpiPs *InstancePtr, u8 DelayNss, u8 DelayBtwn, u8 DelayAfter, u8 DelayInit)
 This function sets the delay register for the SPI device driver. More...
 
void XSpiPs_GetDelays (const XSpiPs *InstancePtr, u8 *DelayNss, u8 *DelayBtwn, u8 *DelayAfter, u8 *DelayInit)
 This function gets the delay settings for an SPI device. More...