Cypress EZ-USB® FX3™ SDK Quick Start Guide, Version 1.3.1 46
RGB 565 format 24- bits
per pixel data stream.
24 Bit Output:
3‟b0,R[4:0],2‟b0,G[5:0], 3‟b0,B[4:0]
RGB 565 format 16-bits
per pixel data stream.
16 Bit Output: R[4:0],G[5:0], B[4:0]
YUV422 format 8-bits per
pixel data stream.
8 Bit Output: P[7:0]
Data Order: U1,Y1,V1,Y2,U3,Y3,....
YUV422 format 8-bits per
pixel data stream.
16 Bit Output: P[15:0]
Data Order:
{U1,Y1},{V1,Y2},{U3,Y3},{V3,Y4}...
YUV422 format 8-bits per
pixel data stream.
16 Bit Output: P[15:0]
Data Order:
{Y1,U1},{Y2,V1},{Y3,U3},{Y4,V3}....
YUV422 format 10-bits
per pixel data stream.
16 Bit Output: 6'b0,P[9:0]
Data Order:
U1,Y1,V1,Y2,U3,Y3,V3,Y4.
If the GPIF interface used is larger than the width of the output stream (e.g. if a 24-bit GPIF II
interface is used for the CY_U3P_CSI_DF_YUV422_8_1 type) the upper bits on the GPIF II
interface will be padded with 0s.
7.2.3 MIPI CSI-2 interface clocks
The primary clocks on the MIPI CSI-2 interface of the CX3 are shown in Figure 7-2
below.
The interface takes a reference clock as its input and generates the required
clocking using a PLL and multiple clock dividers on the PLL generated clock. Clock
configuration parameters are a part of the CyU3PMipicsiCfg_t structure which
passed to the CyU3PMipicsiSetIntfParams() API to configure the CSI-2 interface.