![]() |
ospipsv
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... | |
u8 | IsCacheCoherent |
If OSPI is Cache Coherent or not. More... | |
This typedef contains configuration information for the device.
u32 XOspiPsv_Config::BaseAddress |
Base address of the device.
Referenced by XOspiPsv_CfgInitialize(), XOspiPsv_ConfigureAutoPolling(), XOspiPsv_GetOptions(), XOspiPsv_Idle(), XOspiPsv_IntrHandler(), XOspiPsv_IntrTransfer(), XOspiPsv_PollTransfer(), XOspiPsv_Reset(), XOspiPsv_SetClkPrescaler(), XOspiPsv_SetOptions(), and XOspiPsv_SetSdrDdrMode().
u16 XOspiPsv_Config::DeviceId |
Unique ID of device.
u32 XOspiPsv_Config::InputClockHz |
Input clock frequency.
Referenced by XOspiPsv_CfgInitialize().
u8 XOspiPsv_Config::IsCacheCoherent |
If OSPI is Cache Coherent or not.
Referenced by XOspiPsv_CfgInitialize(), and XOspiPsv_IntrHandler().