mipi_data_rate_t

Description

Defines the input rate of the MIPI RX.

Prototype

typedef enum 
{
    MIPI_DATA_RATE_X1 = 0,         /* output 1 pixel per clock */
    MIPI_DATA_RATE_X2 = 1,         /* output 2 pixel per clock */
    MIPI_DATA_RATE_BUTT
} mipi_data_rate_t;

Members

Member

Description

MIPI_DATA_RATE_X1

One pixel per cycle

MIPI_DATA_RATE_X2

Two pixels per cycle. This member is not supported.