rtcpsu
Vitis Drivers API Documentation
xrtcpsu_intr.c File Reference

Functions

void XRtcPsu_SetInterruptMask (XRtcPsu *InstancePtr, u32 Mask)
 This function sets the interrupt mask. More...
 
void XRtcPsu_ClearInterruptMask (XRtcPsu *InstancePtr, u32 Mask)
 This function clears the interrupt mask. More...
 
void XRtcPsu_SetHandler (XRtcPsu *InstancePtr, XRtcPsu_Handler FunctionPtr, void *CallBackRef)
 This function sets the handler that will be called when an event (interrupt) occurs that needs application's attention. More...
 
void XRtcPsu_InterruptHandler (XRtcPsu *InstancePtr)
 This function is the interrupt handler for the driver. More...