This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

8 bit ti8148 interfacing with adv7180

hi ,

IF discrete Hsync and VSYNC is USED

In 8 BIT mode What to select out of Four.

/* Use data[7:0] to extract control codes and Vertical Ancillary Data */ VPS_VIP_CTRL_CHAN_SEL_7_0 = 0,   /* Use data[15:8] to extract control codes and Vertical Ancillary Data */ VPS_VIP_CTRL_CHAN_SEL_15_8,   /* Use data[23:16] to extract control codes and Vertical Ancillary Data */ VPS_VIP_CTRL_CHAN_SEL_23_16,   /* Value is dont care */ VPS_VIP_CTRL_CHAN_DONT_CARE = -1


In 8 Bit Mode What to set
        VPS_VIP_LINE_CAPTURE_STYLE_HSYNC = 0,
 
        /* Use ACTVID style line capture */
        VPS_VIP_LINE_CAPTURE_STYLE_ACTVID,
 
        /* Value is dont care */
VPS_VIP_LINE_CAPTURE_STYLE_DONT_CARE = -1


In 8 BIT MODE what to select
enum Vps_VipFidDetectMode {
 
        /* Take FID from pin */
        VPS_VIP_FID_DETECT_MODE_PIN = 0,
 
        /* FID is determined by VSYNC skew */
        VPS_VIP_FID_DETECT_MODE_VSYNC,
 
        /* Value is dont care */
        VPS_VIP_FID_DETECT_MODE_DONT_CARE = -1
 
 
};