dphy
Vitis Drivers API Documentation
XDphy Struct Reference

The XDphy Controller driver instance data. More...

Data Fields

XDphy_Config Config
 Hardware Configuration. More...
 
u32 IsReady
 Driver is ready. More...
 

Detailed Description

The XDphy Controller driver instance data.

The user is required to allocate a variable of this type for every XDphy device in the system. A pointer to a variable of this type is then passed to the driver API functions.

Field Documentation

u32 XDphy::IsReady

Driver is ready.

Referenced by XDphy_CfgInitialize(), and XDphy_Reset().