dsi2rx
Vitis Drivers API Documentation
xdsi2rx_intr.c File Reference

Functions

void XDsi2Rx_InterruptEnable (XDsi2Rx *InstancePtr, u32 Mask)
 This function will enable the interrupts present in the interrupt mask passed onto the function. More...
 
void XDsi2Rx_InterruptDisable (XDsi2Rx *InstancePtr, u32 Mask)
 This function will disable the interrupts present in the interrupt mask passed onto the function. More...
 
u32 XDsi2Rx_InterruptGetEnabled (XDsi2Rx *InstancePtr)
 This function will get the interrupt mask set (enabled) in the DSI core. More...
 
u32 XDsi2Rx_InterruptGetStatus (XDsi2Rx *InstancePtr)
 This function will get the list of interrupts Invoked in the Interrupt Status Register of the DSI core. More...
 
void XDsi2Rx_InterruptClear (XDsi2Rx *InstancePtr, u32 Mask)
 This function will clear the interrupts set in the Interrupt Status Register of the DSI core. More...
 
s32 XDsi2Rx_SetCallback (XDsi2Rx *InstancePtr, u32 HandleType, void *CallbackFunc, void *CallbackRef)
 This routine installs an asynchronous callback function for the given HandlerType: More...
 
void XDsi2Rx_IntrHandler (void *InstancePtr)
 This function is the interrupt handler for the DSI core. More...