TI J721E Imaging User Guide
IssSensorConfig Struct Reference

Detailed Description

Structure used for specifying register configurations of sensor, serializer and deserializer.

desCfgPreScript : Deserializer config script pre-sensor initialization serCfgPreScript : Serializer config script pre-sensor initialization sensorCfgPreScript : Sensor config script without starting streaming desCfgPostScript : Deserializer script post-sensor initialization serCfgPostScript : Serializer config script post-sensor initialization sensorCfgPostScript : Sensor config script after starting streaming

Each script is an array of type I2CParams The scripts maybe of variable lengths. Scripts can also be NULL is the config is not needed.

Last entry in serailizer and deserializer config script must be {0xFFFF, 0x00, 0x00}

Data Fields

I2cParamsdesCfgPreScript
 
I2cParamsserCfgPreScript
 
I2cParamssensorCfgPreScript
 
I2cParamsdesCfgPostScript
 
I2cParamsserCfgPostScript
 
I2cParamssensorCfgPostScript
 

Field Documentation

◆ desCfgPreScript

I2cParams* IssSensorConfig::desCfgPreScript

◆ serCfgPreScript

I2cParams* IssSensorConfig::serCfgPreScript

◆ sensorCfgPreScript

I2cParams* IssSensorConfig::sensorCfgPreScript

◆ desCfgPostScript

I2cParams* IssSensorConfig::desCfgPostScript

◆ serCfgPostScript

I2cParams* IssSensorConfig::serCfgPostScript

◆ sensorCfgPostScript

I2cParams* IssSensorConfig::sensorCfgPostScript