qspipsu
Xilinx SDK Drivers API Documentation
XQspiPsu_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...
 
u8 ConnectionMode
 Single, Stacked and Parallel mode. More...
 
u8 BusWidth
 Bus width available on board. More...
 
u8 IsCacheCoherent
 Describes whether Cache Coherent or not. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

◆ BaseAddress

◆ BusWidth

u8 XQspiPsu_Config::BusWidth

Bus width available on board.

◆ ConnectionMode

u8 XQspiPsu_Config::ConnectionMode

Single, Stacked and Parallel mode.

Referenced by GetRealAddr(), QspiPsuConfigurePoll(), and XQspiPsu_WriteProtectToggle().

◆ DeviceId

u16 XQspiPsu_Config::DeviceId

Unique ID of device.

◆ InputClockHz

u32 XQspiPsu_Config::InputClockHz

Input clock frequency.

◆ IsCacheCoherent

u8 XQspiPsu_Config::IsCacheCoherent

Describes whether Cache Coherent or not.