hi_isp_sns_commbus
Description
Defines the ID of the device bound to the sensor.
Definition
typedef union {
hi_s8 i2c_dev;
struct {
hi_s8 bit4_ssp_dev : 4;
hi_s8 bit4_ssp_cs : 4;
} ssp_dev;
} hi_isp_sns_commbus;
Members
Member |
Description |
|---|---|
i2c_dev |
ID of the I2C device bound to the sensor |
bit4_ssp_dev |
ID of the SPI device bound to the sensor |
bit4_ssp_cs |
SPI CS signal bound to the sensor |