lane_divide_mode_t

Description

Defines the lane distribution mode of the MIPI Rx. See Table 1.

Definition

typedef enum {
    LANE_DIVIDE_MODE_0  = 0,
    LANE_DIVIDE_MODE_1	= 1,
    LANE_DIVIDE_MODE_2	= 2,
    LANE_DIVIDE_MODE_3	= 3,
    LANE_DIVIDE_MODE_BUTT
} lane_divide_mode_t;

Precautions

Only the MIPI Rx requires setting the lane distribution mode.