#include <D:/git/git_canopus_1/softpack/samv7/libraries/libboard_samv7-ek/include/image_sensor_inf.h>
Data Fields | |
sensorType_t | cmos_ccd |
sensorTwiMode_t | twi_inf_mode |
uint32_t | twi_slave_addr |
uint16_t | pid_high_reg |
uint16_t | pid_low_reg |
uint16_t | pid_high |
uint16_t | pid_low |
uint16_t | version_mask |
const sensorOutput_t * | outputConf [SENDOR_SUPPORTED_OUTPUTS] |
define a structure for sensor profile
Definition at line 107 of file image_sensor_inf.h.
const sensorOutput_t* sensorProfile_t::outputConf[SENDOR_SUPPORTED_OUTPUTS] |
version mask
Definition at line 116 of file image_sensor_inf.h.
uint16_t sensorProfile_t::pid_high |
Register address for product ID low byte
Definition at line 113 of file image_sensor_inf.h.
uint16_t sensorProfile_t::pid_high_reg |
TWI slave address
Definition at line 111 of file image_sensor_inf.h.
uint16_t sensorProfile_t::pid_low |
product ID high byte
Definition at line 114 of file image_sensor_inf.h.
uint16_t sensorProfile_t::pid_low_reg |
Register address for product ID high byte
Definition at line 112 of file image_sensor_inf.h.
sensorTwiMode_t sensorProfile_t::twi_inf_mode |
Sensor type for CMOS sensor or CCD
Definition at line 109 of file image_sensor_inf.h.
uint32_t sensorProfile_t::twi_slave_addr |
TWI interface mode
Definition at line 110 of file image_sensor_inf.h.
uint16_t sensorProfile_t::version_mask |
product ID low byte
Definition at line 115 of file image_sensor_inf.h.