qspipsu
Vitis 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...
 
UINTPTR 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...
 
u8 IsFbClock
 Describes whether Feed Back clock or not. More...
 

Detailed Description

This typedef contains configuration information for the device.

Field Documentation

u16 XQspiPsu_Config::DeviceId

Unique ID of device.

u32 XQspiPsu_Config::InputClockHz

Input clock frequency.

Referenced by XQspiPsu_CfgInitialize(), and XQspiPsu_SetClkPrescaler().

u8 XQspiPsu_Config::IsCacheCoherent
u8 XQspiPsu_Config::IsFbClock

Describes whether Feed Back clock or not.

Referenced by XQspiPsu_CfgInitialize(), and XQspiPsu_SetClkPrescaler().