cframe
Xilinx SDK Drivers API Documentation
XCframe Struct Reference

The XCframe driver instance data structure. More...

Data Fields

XCframe_Config Config
 Hardware configuration. More...
 
u32 IsReady
 Device and the driver instance are initialized. More...
 

Detailed Description

The XCframe driver instance data structure.

A pointer to an instance data structure is passed around by functions to refer to a specific driver instance.

Field Documentation

XCframe_Config XCframe::Config

Hardware configuration.

Referenced by XCframe_CfgInitialize(), XCframe_ReadReg(), and XCframe_WriteReg().

u32 XCframe::IsReady

Device and the driver instance are initialized.

Referenced by XCframe_CfgInitialize().