![]() |
csi2txss
Vitis Drivers API Documentation
|
Functions | |
u32 | Csi2TxSs_IntrExample (u32 DeviceId) |
This function is the main entry point for the interrupt example using the XCsi2TxSs driver. More... | |
u32 | Csi2TxSs_PlatformInit (void) |
This function initialize required platform-specifc peripherals. More... | |
u32 | Csi2TxSs_SetupIntrSystem (XINTC *IntcInstPtr) |
This function sets up the interrupt system so interrupts can occur for the MIPI CSI2Tx Subsystem core. More... | |
void | Csi2TxSs_WrgLaneEventHandler (void *InstancePtr, u32 Mask) |
This function is called when Wrong number of lanes are configured by the MIPI CSI2Tx Subsystem core. More... | |
void | Csi2TxSs_GSPFullEventHandler (void *InstancePtr, u32 Mask) |
This function is called when Generic Short Packet FIFO is found full by the MIPI CSI2Tx Subsystem core. More... | |
void | Csi2TxSs_UlpsEventHandler (void *InstancePtr, u32 Mask) |
This function is called when there is a change in ULPS state of D-PHY Lanes. More... | |
void | Csi2TxSs_LinebufEventHandler (void *InstancePtr, u32 Mask) |
This function is called when a Line buffer is full event received by MIPI CSI2Tx Subsystem core. More... | |
void | Csi2TxSs_WrgDTypeEventHandler (void *InstancePtr, u32 Mask) |
This function is called when a event generated by unsupported data type in GSP request to the MIPI CSI2Tx Subsystem core. More... | |
void | Csi2TxSs_UrunPixelEventHandler (void *InstancePtr, u32 Mask) |
This function is called when during packet transmission, byte stream FIFO is found to be starves for pixel by the MIPI CSI2Tx Subsystem core. More... | |
int | main () |
This is the main function for XCsi2TxSs interrupt example. More... | |