dsi
Vitis Drivers API Documentation
xdsi_intr.c File Reference

Functions

void XDsi_InterruptEnable (XDsi *InstancePtr, u32 Mask)
 This function will enable the interrupts present in the interrupt mask passed onto the function. More...
 
void XDsi_InterruptDisable (XDsi *InstancePtr, u32 Mask)
 This function will disable the interrupts present in the interrupt mask passed onto the function. More...
 
u32 XDsi_InterruptGetEnabled (XDsi *InstancePtr)
 This function will get the interrupt mask set (enabled) in the DSI core. More...
 
u32 XDsi_InterruptGetStatus (XDsi *InstancePtr)
 This function will get the list of interrupts Invoked in the Interrupt Status Register of the DSI core. More...
 
void XDsi_InterruptClear (XDsi *InstancePtr, u32 Mask)
 This function will clear the interrupts set in the Interrupt Status Register of the DSI core. More...
 
s32 XDsi_SetCallback (XDsi *InstancePtr, u32 HandleType, void *CallbackFunc, void *CallbackRef)
 This routine installs an asynchronous callback function for the given HandlerType: More...
 
void XDsi_IntrHandler (void *InstancePtr)
 This function is the interrupt handler for the DSI core. More...