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}