sysmonpsu
Vitis Drivers API Documentation
XSysMonPsu Struct Reference

The XSysmonPsu driver instance data. More...

Data Fields

XSysMonPsu_Config Config
 Device configuration. More...
 
u32 IsReady
 Device is initialized and ready. More...
 
void * CallBackRef
 Callback reference for event handler. More...
 
u32 IsPlAccessibleByPs
 PL is accessible by PS. More...
 

Detailed Description

The XSysmonPsu driver instance data.

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

Field Documentation

void* XSysMonPsu::CallBackRef

Callback reference for event handler.

u32 XSysMonPsu::IsPlAccessibleByPs

PL is accessible by PS.

Referenced by XSysMonPsu_CfgInitialize().