![]() |
sysmon
Xilinx SDK Drivers API Documentation
|
Functions | |
void | XSysMon_IntrGlobalEnable (XSysMon *InstancePtr) |
Functions in xsysmon_intr.c. More... | |
void | XSysMon_IntrGlobalDisable (XSysMon *InstancePtr) |
This function disables the global interrupt in the Global Interrupt Enable Register (GIER) so that the interrupt output from the System Monitor/ADC device is disabled. More... | |
void | XSysMon_IntrEnable (XSysMon *InstancePtr, u32 Mask) |
This function enables the specified interrupts in the device. More... | |
void | XSysMon_IntrDisable (XSysMon *InstancePtr, u32 Mask) |
This function disables the specified interrupts in the device. More... | |
u32 | XSysMon_IntrGetEnabled (XSysMon *InstancePtr) |
This function returns the enabled interrupts read from the Interrupt Enable Register (IPIER). More... | |
u32 | XSysMon_IntrGetStatus (XSysMon *InstancePtr) |
This function returns the interrupt status read from Interrupt Status Register(IPISR). More... | |
void | XSysMon_IntrClear (XSysMon *InstancePtr, u32 Mask) |
This function clears the specified interrupts in the Interrupt Status Register (IPISR). More... | |