![]() |
mipicsiss
Xilinx SDK Drivers API Documentation
|
This header file contains the definitions for structures for video pipeline and extern declarations.
MODIFICATION HISTORY:
Ver Who Date Changes
1.00 pg 12/07/17 Initial release.
Functions | |
u32 | SetupDSI (void) |
This function programs MIPI DSI SS with the required timing paramters. More... | |
u32 | InitTreadyGpio (void) |
This function initializes GPIO IP for tready selection and gets config parameters. More... | |
u32 | InitializeCsiRxSs (void) |
This function programs MIPI CSI SS with the required timing paramters. More... | |
u32 | InitializeVdma (void) |
This function initializes Axi VDMA IP and gets config parameters. More... | |
void | SetColorDepth (void) |
This function sets colour depth value getting from MIPI CSI2 RX SS. More... | |
void | SelectDSIOuptut (void) |
This function programs GPIO to 0 to select tready from MIPI DSI SS. More... | |
void | SelectHDMIOutput (void) |
This function programs GPIO to '1' to select tready from HDMI. More... | |
int | InitIIC (void) |
This function writes, reads, and verifies the data to the IIC EEPROM. More... | |
void | SetupIICIntrHandlers (void) |
This function sets send, receive and error handlers for IIC interrupts. More... | |
int | MuxInit (void) |
This function initializes the IIC MUX to select EEPROM. More... | |
int | SetupCameraSensor (void) |
This function setup Camera sensor programming wrt resolution selected. More... | |
int | StartSensor (void) |
This function starts camera sensor to transmit captured video. More... | |
void | InitCSC2TPG_Vdma (void) |
This function provides information to program vdma wrt BPC. More... | |
void | PrintPipeConfig (void) |
This function prints the video pipeline information. More... | |
void | DisableCSI (void) |
This function disables MIPI CSI IP. More... | |
void | DisableTPGVdma (void) |
This function stops VDMA IP transactions. More... | |
void | DisableScaler (void) |
This function stops VProc_SS scalar IP. More... | |
void | DisableDSI (void) |
This function disables MIPI DSI SS. More... | |
void | InitDSI (void) |
This function programs MIPI DSI SS with the required timing paramters. More... | |
void | InitVprocSs_Scaler (int count) |
This function initializes and configures VProcSS IP for scalar mode with the given input and output width and height values. More... | |
void | EnableCSI (void) |
This function enables MIPI CSI IP. More... | |
void DisableCSI | ( | void | ) |
This function disables MIPI CSI IP.
References XCsiSs_Reset().
void DisableDSI | ( | void | ) |
This function disables MIPI DSI SS.
void DisableScaler | ( | void | ) |
This function stops VProc_SS scalar IP.
void DisableTPGVdma | ( | void | ) |
This function stops VDMA IP transactions.
void EnableCSI | ( | void | ) |
This function enables MIPI CSI IP.
References XCsiSs_Activate(), XCsiSs_Configure(), and XCsiSs_Reset().
Referenced by main().
void InitCSC2TPG_Vdma | ( | void | ) |
This function provides information to program vdma wrt BPC.
References InitVDMA().
void InitDSI | ( | void | ) |
This function programs MIPI DSI SS with the required timing paramters.
u32 InitializeCsiRxSs | ( | void | ) |
This function programs MIPI CSI SS with the required timing paramters.
This function programs MIPI CSI SS with the required timing paramters.
References XCsiSs_Config::BaseAddr, XCsiSs_CfgInitialize(), and XCsiSs_LookupConfig().
Referenced by main().
u32 InitializeVdma | ( | void | ) |
This function initializes Axi VDMA IP and gets config parameters.
int InitIIC | ( | void | ) |
This function writes, reads, and verifies the data to the IIC EEPROM.
It does the write as a single page write, performs a buffered read.
None. |
This function writes, reads, and verifies the data to the IIC EEPROM.
Referenced by main().
u32 InitTreadyGpio | ( | void | ) |
This function initializes GPIO IP for tready selection and gets config parameters.
void InitVprocSs_Scaler | ( | int | count | ) |
This function initializes and configures VProcSS IP for scalar mode with the given input and output width and height values.
count | is a flag value to initialize IP only once. |
int MuxInit | ( | void | ) |
This function initializes the IIC MUX to select EEPROM.
None. |
References FmcWriteData().
void PrintPipeConfig | ( | void | ) |
This function prints the video pipeline information.
void SelectDSIOuptut | ( | void | ) |
This function programs GPIO to 0 to select tready from MIPI DSI SS.
void SelectHDMIOutput | ( | void | ) |
This function programs GPIO to '1' to select tready from HDMI.
void SetColorDepth | ( | void | ) |
This function sets colour depth value getting from MIPI CSI2 RX SS.
References XCsiSs::Config, GetColorDepth(), and XCsiSs_Config::PixelFormat.
int SetupCameraSensor | ( | void | ) |
This function setup Camera sensor programming wrt resolution selected.
References SensorReadData(), and SensorWriteData().
u32 SetupDSI | ( | void | ) |
This function programs MIPI DSI SS with the required timing paramters.
This function programs MIPI DSI SS with the required timing paramters.
Referenced by main().
void SetupIICIntrHandlers | ( | void | ) |
This function sets send, receive and error handlers for IIC interrupts.
References ReceiveHandler(), SendHandler(), and StatusHandler().
int StartSensor | ( | void | ) |
This function starts camera sensor to transmit captured video.
References SensorWriteData().