pmonpsv
Xilinx SDK Drivers API Documentation
XpsvPmon 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 XpsvPmon::Config

XPmonpsv_Config of current device.

Referenced by XpsvPmon_CfgInitialize().