csi
Vitis Drivers API Documentation
xcsi_intr.c File Reference

Functions

void XCsi_IntrEnable (XCsi *InstancePtr, u32 Mask)
 This function will enable the interrupts present in the interrupt mask passed onto the function. More...
 
void XCsi_IntrDisable (XCsi *InstancePtr, u32 Mask)
 This function will disable the interrupts present in the interrupt mask passed onto the function. More...
 
u32 XCsi_GetIntrEnable (XCsi *InstancePtr)
 This function will get the interrupt mask set (enabled) in the CSI2 Rx core. More...
 
u32 XCsi_GetIntrStatus (XCsi *InstancePtr)
 This function will get the list of interrupts pending in the Interrupt Status Register of the CSI2 Rx core. More...
 
void XCsi_InterruptClear (XCsi *InstancePtr, u32 Mask)
 This function will clear the interrupts set in the Interrupt Status Register of the CSI2 Rx core. More...
 
int XCsi_SetCallBack (XCsi *InstancePtr, u32 HandleType, void *Callbackfunc, void *Callbackref)
 This routine installs an asynchronous callback function for the given HandlerType: More...
 
void XCsi_IntrHandler (void *InstancePtr)
 This function is the interrupt handler for the CSI2 Rx core. More...