pmonpsv
Vitis Drivers API Documentation
XPmonPsv Struct Reference

The driver's instance data. More...

Data Fields

XPmonPsv_Config Config
 XPmonPsv_Config of current device. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
u32 RequestedCounters [2]
 Number of counters requested in each domain. More...
 

Detailed Description

The driver's instance data.

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

Field Documentation

XPmonPsv_Config XPmonPsv::Config

XPmonPsv_Config of current device.

Referenced by XPmonPsv_CfgInitialize().