sdps
Xilinx SDK Drivers API Documentation
XSdPs_Config Struct Reference

This typedef contains configuration information for the device. More...

Data Fields

u16 DeviceId
 Unique ID of device. More...
 
u32 BaseAddress
 Base address of the device. More...
 
u32 InputClockHz
 Input clock frequency. More...
 
u32 CardDetect
 Card Detect. More...
 
u32 WriteProtect
 Write Protect. More...
 
u32 BusWidth
 Bus Width. More...
 
u32 BankNumber
 MIO Bank selection for SD. More...
 
u32 HasEMIO
 If SD is connected to EMIO. More...
 
u8 IsCacheCoherent
 If SD is Cache Coherent or not. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

◆ BankNumber

u32 XSdPs_Config::BankNumber

MIO Bank selection for SD.

◆ BaseAddress

u32 XSdPs_Config::BaseAddress

Base address of the device.

Referenced by XSdPs_CfgInitialize(), XSdPs_CmdTransfer(), and XSdPs_SetBlkSize().

◆ BusWidth

u32 XSdPs_Config::BusWidth

Bus Width.

Referenced by XSdPs_CfgInitialize().

◆ CardDetect

u32 XSdPs_Config::CardDetect

Card Detect.

Referenced by XSdPs_CfgInitialize().

◆ DeviceId

u16 XSdPs_Config::DeviceId

Unique ID of device.

Referenced by XSdPs_CfgInitialize().

◆ HasEMIO

u32 XSdPs_Config::HasEMIO

If SD is connected to EMIO.

◆ InputClockHz

u32 XSdPs_Config::InputClockHz

Input clock frequency.

Referenced by XSdPs_CfgInitialize().

◆ IsCacheCoherent

u8 XSdPs_Config::IsCacheCoherent

If SD is Cache Coherent or not.

◆ WriteProtect

u32 XSdPs_Config::WriteProtect

Write Protect.

Referenced by XSdPs_CfgInitialize().