This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
#define MT9D001_PARTID 0x8511 |
#define MT9D_TYP 2 |
#define MT9M001_PARTID 0x8411 |
#define MT9M_TYP 1 |
#define MT9P001_PARTID 0x1801 |
#define MT9P_TYP 4 |
Definition at line 12 of file mt9x001.h.
Referenced by adjustBinning_mt9x001(), init_mt9x001(), program_exposure_mt9x001(), and program_woi_mt9x001().
#define MT9T001_PARTID 0x1601 |
#define MT9T_TYP 3 |
Definition at line 11 of file mt9x001.h.
Referenced by adjustBinning_mt9x001(), init_mt9x001(), program_exposure_mt9x001(), and program_woi_mt9x001().
#define MT9X001_I2C_ADDR 0xba |
#define MT9X001_PARTIDMASK 0xff00 |
#define P_MT9X001_BLUE 0x2c |
#define P_MT9X001_CAM 0x23 |
#define P_MT9X001_CHIPVER 0x00 |
#define P_MT9X001_COLSTART 0x02 |
#define P_MT9X001_GREEN1 0x2b |
#define P_MT9X001_GREEN2 0x2e |
#define P_MT9X001_HEIGHT 0x03 |
Definition at line 18 of file mt9x001.h.
Referenced by check_fps(), program_exposure_mt9x001(), and program_woi_mt9x001().
#define P_MT9X001_HORBLANK 0x05 |
#define P_MT9X001_RAM 0x22 |
#define P_MT9X001_RED 0x2d |
#define P_MT9X001_RMODE1 0x1e |
#define P_MT9X001_RMODE2 0x20 |
#define P_MT9X001_ROWSTART 0x01 |
#define P_MT9X001_SHTRWDTH 0x09 |
#define P_MT9X001_SHTRWDTHU 0x08 |
#define P_MT9X001_VERTBLANK 0x06 |
#define P_MT9X001_WIDTH 0x04 |
int adjustBinning_mt9x001 | ( | void | ) |
Definition at line 593 of file mt9x001.c.
References bh, bv, dh, dv, get_imageParamsR(), MT9P_TYP, MT9T_TYP, P_BIN_HOR, P_BIN_VERT, P_DCM_HOR, P_DCM_VERT, P_SENSOR, and set_imageParamsR().
Referenced by programSensor().
int init_mt9x001 | ( | void | ) |
Definition at line 444 of file mt9x001.c.
References sensor_t::i2c_addr, i2c_readData(), i2c_writeData(), MD7, memcpy(), mt9d001, mt9d001_inits, MT9D001_PARTID, MT9D_TYP, mt9m001, mt9m001_inits, MT9M001_PARTID, MT9M_TYP, mt9p001, mt9p001_inits, MT9P001_PARTID, MT9P_TYP, mt9t001, mt9t001_inits, MT9T001_PARTID, mt9t_broken, MT9T_TYP, MT9X001_I2C_ADDR, MT9X001_PARTIDMASK, P_MT9X001_CHIPVER, P_SENSOR, printk, readSensorReg16(), sensor, SENSOR_MT9X001, sensor_t::sensorType, set_imageParamsR(), set_sensor_i2c_addr(), and writeSensorReg16().
Referenced by init_sensor(), and programSensor().
int program_exposure_mt9x001 | ( | void | ) |
Definition at line 937 of file mt9x001.c.
References dv, e, get_imageParamsR(), get_imageParamsW(), get_sensor_i2c_regs16(), sensor_t::maxShutter, sensor_t::maxVertBlank, MD7, MD9, sensor_t::minVertBlank, MT9P_TYP, MT9T_TYP, P_CLK_SENSOR, P_DCM_VERT, P_EXPOS, P_FP100S, P_FPSLM, P_MT9X001_HEIGHT, P_MT9X001_SHTRWDTH, P_MT9X001_SHTRWDTHU, P_MT9X001_VERTBLANK, P_PERIOD, P_SENSOR, P_TRIG, P_VEXPOS, P_VIRT_HEIGHT, P_VIRT_WIDTH, printk, sclk, sensor, set_imageParamsR(), vh, wh, and writeSensorReg16().
Referenced by program_sensor_exposition_just().
int program_gains_mt9x001 | ( | void | ) |
Definition at line 892 of file mt9x001.c.
References frame_params, frame_params_t::gain_b, frame_params_t::gain_g, frame_params_t::gain_gb, gain_mt9x001(), frame_params_t::gain_r, gb, get_imageParamsW(), gg, ggb, gr, sensor_t::maxGain256, normalize_gain(), P_GAINB, P_GAING, P_GAINGB, P_GAINR, P_MT9X001_BLUE, P_MT9X001_GREEN1, P_MT9X001_GREEN2, P_MT9X001_RED, sensor, set_imageParamsR(), and writeSensorReg16().
Referenced by programSensor().
Definition at line 614 of file mt9x001.c.
References bh, bv, sensor_t::clearHeight, sensor_t::clearLeft, sensor_t::clearTop, sensor_t::clearWidth, dh, dv, fclk, get_imageParamsR(), get_imageParamsW(), get_sensor_i2c_regs16(), sensor_t::margins, sensor_t::maxHorBlank, MD7, sensor_t::minHorBlank, MT9D_TYP, MT9M_TYP, MT9P_TYP, MT9T_TYP, P_BAYER, P_BIN_HOR, P_BIN_VERT, P_CLK_FPGA, P_CLK_SENSOR, P_DCM_HOR, P_DCM_VERT, P_FLIP, P_FPGA_XTRA, P_MT9X001_CAM, P_MT9X001_COLSTART, P_MT9X001_HEIGHT, P_MT9X001_HORBLANK, P_MT9X001_RAM, P_MT9X001_RMODE1, P_MT9X001_RMODE2, P_MT9X001_ROWSTART, P_MT9X001_WIDTH, P_OVERSIZE, P_PF_HEIGHT, P_SENSOR, P_TRIG, P_VIRT_WIDTH, P_WOI_HEIGHT, P_WOI_LEFT, P_WOI_TOP, pfh, sensor_t::pixelHeight, sensor_t::pixelWidth, printk, sclk, sensor, set_imageParamsR(), wh, wl, writeSensorReg16(), wt, ww, and xtra.
Referenced by programSensor().