![]() |
sdps
Xilinx SDK Drivers API Documentation
|
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... | |
This typedef contains configuration information for the device.
| u32 XSdPs_Config::BankNumber |
MIO Bank selection for SD.
| u32 XSdPs_Config::BaseAddress |
Base address of the device.
Referenced by XSdPs_CfgInitialize(), XSdPs_CmdTransfer(), and XSdPs_SetBlkSize().
| u32 XSdPs_Config::BusWidth |
Bus Width.
Referenced by XSdPs_CfgInitialize().
| u32 XSdPs_Config::CardDetect |
Card Detect.
Referenced by XSdPs_CfgInitialize().
| u16 XSdPs_Config::DeviceId |
Unique ID of device.
Referenced by XSdPs_CfgInitialize().
| u32 XSdPs_Config::HasEMIO |
If SD is connected to EMIO.
| u32 XSdPs_Config::InputClockHz |
Input clock frequency.
Referenced by XSdPs_CfgInitialize().
| u8 XSdPs_Config::IsCacheCoherent |
If SD is Cache Coherent or not.
| u32 XSdPs_Config::WriteProtect |
Write Protect.
Referenced by XSdPs_CfgInitialize().