hi_isp_sns_type

Description

Defines the type of the communication interface between the sensor and the ISP.

Definition

typedef enum {
    HI_ISP_SNS_I2C_TYPE = 0,
    HI_ISP_SNS_SSP_TYPE,
    HI_ISP_SNS_TYPE_BUTT,
} hi_isp_sns_type;

Members

Member

Description

HI_ISP_SNS_I2C_TYPE

The sensor communicates with the ISP over the I2C interface.

HI_ISP_SNS_SSP_TYPE

The sensor communicates with the ISP over the SSP interface.

HI_ISP_SNS_TYPE_BUTT

Reserved