sdps
Vitis Drivers API Documentation
xsdps.c File Reference

Functions

s32 XSdPs_CfgInitialize (XSdPs *InstancePtr, XSdPs_Config *ConfigPtr, UINTPTR EffectiveAddr)
 Initializes a specific XSdPs instance such that the driver is ready to use. More...
 
s32 XSdPs_CardInitialize (XSdPs *InstancePtr)
 Initialize Card with Identification mode sequence. More...
 
s32 XSdPs_ReadPolled (XSdPs *InstancePtr, u32 Arg, u32 BlkCnt, u8 *Buff)
 This function performs SD read in polled mode. More...
 
s32 XSdPs_WritePolled (XSdPs *InstancePtr, u32 Arg, u32 BlkCnt, const u8 *Buff)
 This function performs SD write in polled mode. More...
 
s32 XSdPs_Idle (XSdPs *InstancePtr)
 API to idle the SDIO Interface. More...
 
s32 XSdPs_Erase (XSdPs *InstancePtr, u32 StartAddr, u32 EndAddr)
 This function performs Erase operation on the given address range. More...