![]() |
sysmonpsv
Vitis Drivers API Documentation
|
Data Structures | |
struct | XSysMonPsv_Config |
This typedef contains configuration information for a device. More... | |
struct | XSysMonPsv_EventHandler |
This is an interrupt callback structure where callbacks and the callback reference is stored. More... | |
struct | XSysMonPsv |
The XSysmonPsv driver instance data. More... | |
Macros | |
#define | XSYSMONPSV_MAX_SUPPLIES 160U |
Max Supplies. More... | |
Typedefs | |
typedef void(* | XSysMonPsv_Handler )(void *CallbackRef) |
This data type defines a handler that an application defines to communicate with interrupt system to retrieve state information about an application. More... | |
#define XSYSMONPSV_MAX_SUPPLIES 160U |
Max Supplies.
Referenced by XSysMonPsv_CfgInitialize().
typedef void(* XSysMonPsv_Handler)(void *CallbackRef) |
This data type defines a handler that an application defines to communicate with interrupt system to retrieve state information about an application.
CallbackRef | Callback reference passed in by the upper layer when setting the handler, and is passed back to the upper layer when the handler is called. It is used to find the device driver instance. |