mutex
Vitis Drivers API Documentation
XMutex Struct Reference

The XMutex driver instance data. More...

Data Fields

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

Detailed Description

The XMutex driver instance data.

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

Field Documentation

u32 XMutex::IsReady

Device is initialized and ready.

Referenced by XMutex_CfgInitialize().