mbox
Vitis Drivers API Documentation
XMbox Struct Reference

The XMbox driver instance data. More...

Data Fields

XMbox_Config Config
 Configuration data, includes base address. More...
 
u32 IsReady
 Device is initialized and ready. More...
 

Detailed Description

The XMbox driver instance data.

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

Field Documentation

u32 XMbox::IsReady

Device is initialized and ready.

Referenced by XMbox_CfgInitialize().