![]() |
xadcps
Vitis Drivers API Documentation
|
Functions | |
void | XAdcPs_IntrEnable (XAdcPs *InstancePtr, u32 Mask) |
Functions in xadcps_intr.c. More... | |
void | XAdcPs_IntrDisable (XAdcPs *InstancePtr, u32 Mask) |
This function disables the specified interrupts in the device. More... | |
u32 | XAdcPs_IntrGetEnabled (XAdcPs *InstancePtr) |
This function returns the enabled interrupts read from the Interrupt Mask Register (IPIER). More... | |
u32 | XAdcPs_IntrGetStatus (XAdcPs *InstancePtr) |
This function returns the interrupt status read from Interrupt Status Register(IPISR). More... | |
void | XAdcPs_IntrClear (XAdcPs *InstancePtr, u32 Mask) |
This function clears the specified interrupts in the Interrupt Status Register (IPISR). More... | |