lane_divide_mode_t

Description

Defines the lane distribution mode of the MIPI Rx. For the meaning of each mode, see Table 1.

Prototype

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;

Considerations

Only the MIPI RX requires the lane distribution setting.