![]() |
sysmonpsv
Vitis Drivers API Documentation
|
Macros | |
| #define | XSYSMONPSV_INTR_OFFSET 0xCU |
| Interrupt register offset. More... | |
Functions | |
| void | XSysMonPsv_IntrEnable (XSysMonPsv *InstancePtr, u32 Mask, u8 IntrNum) |
| Enables the specified interrupts in the device. More... | |
| u32 | XSysMonPsv_IntrGetEnabled (XSysMonPsv *InstancePtr, u8 IntrNum) |
| Returns the enabled interrupts read from the Interrupt Mask Register (IMR). More... | |
| void | XSysMonPsv_IntrDisable (XSysMonPsv *InstancePtr, u32 Mask, u8 IntrNum) |
| Disables the specified interrupts in the device. More... | |
| u32 | XSysMonPsv_IntrGetStatus (XSysMonPsv *InstancePtr) |
| Returns the interrupt status read from Interrupt Status Register(ISR). More... | |
| void | XSysMonPsv_IntrClear (XSysMonPsv *InstancePtr, u32 Mask) |
| Clears the specified interrupts in the Interrupt Status Register (ISR). More... | |
| void | XSysMonPsv_SetNewDataIntSrc (XSysMonPsv *InstancePtr, XSysMonPsv_Supply Supply, u32 Mask) |
| Sets a supply as a source new data interrupt. More... | |