axipcie
Vitis Drivers API Documentation
XAxiPcie Struct Reference

The XAxiPcie driver instance data. More...

Data Fields

XAxiPcie_Config Config
 Configuration data. More...
 
u32 IsReady
 Is IP been initialized and ready. More...
 
u32 MaxNumOfBuses
 If this is RC IP, Max Number of Buses. More...
 

Detailed Description

The XAxiPcie driver instance data.

The user is required to allocate a variable of this type for every PCIe device in the system that will be using this API. A pointer to a variable of this type is passed to the driver API functions defined here.

Field Documentation

u32 XAxiPcie::MaxNumOfBuses

If this is RC IP, Max Number of Buses.

Referenced by XAxiPcie_CfgInitialize(), XAxiPcie_ReadRemoteConfigSpace(), and XAxiPcie_WriteRemoteConfigSpace().