csi2tx
Xilinx SDK Drivers API Documentation
xcsi2tx_intr.c File Reference

Functions

void XCsi2Tx_IntrEnable (XCsi2Tx *InstancePtr, u32 Mask)
 This function will enable the interrupts present in the interrupt mask passed onto the function. More...
 
void XCsi2Tx_IntrDisable (XCsi2Tx *InstancePtr, u32 Mask)
 This function will disable the interrupts present in the interrupt mask passed onto the function. More...
 
u32 XCsi2Tx_GetIntrEnable (XCsi2Tx *InstancePtr)
 This function will get the interrupt mask set (enabled) in the CSI2 Tx core. More...
 
u32 XCsi2Tx_GetIntrStatus (XCsi2Tx *InstancePtr)
 This function will get the list of interrupts pending in the Interrupt Status Register of the CSI2 Tx core. More...
 
void XCsi2Tx_InterruptClear (XCsi2Tx *InstancePtr, u32 Mask)
 This function will clear the interrupts set in the Interrupt Status Register of the CSI2 Tx core. More...
 
int XCsi2Tx_SetCallBack (XCsi2Tx *InstancePtr, u32 HandleType, void *Callbackfunc, void *Callbackref)
 This routine installs an asynchronous callback function for the given HandlerType: More...
 
void XCsi2Tx_IntrHandler (void *InstancePtr)
 This function is the interrupt handler for the CSI2 Tx core. More...