#include "board.h"
Go to the source code of this file.
Defines | |
#define | MT9V022_SLAVE_ADDRESS (0x90>>1) |
#define | MT9V022_PIDH_ADDRESS 0x0 |
#define | MT9V022_PIDL_ADDRESS 0x0 |
#define | MT9V022_PIDH 0x13 |
#define | MT9V022_PIDL 0x13 |
#define | MT9V022_PID_VER_MASK 0xFFF0 |
Variables | |
const sensorReg_t | mt9v022_mono_vga [] |
const sensorReg_t | mt9v022_mono_qvga [] |
const sensorOutput_t | mt9v022_output_mono_vga |
const sensorOutput_t | mt9v022_output_mono_qvga |
const sensorProfile_t | mt9v022Profile |
Definition in file mt9v022_config.c.
const sensorOutput_t mt9v022_output_mono_qvga |
{0, QVGA, MONO_12_BIT, 1, 320, 240, mt9v022_mono_qvga}
Definition at line 374 of file mt9v022_config.c.
const sensorOutput_t mt9v022_output_mono_vga |
{0, VGA, MONO_12_BIT, 1, 640, 480, mt9v022_mono_vga}
Definition at line 371 of file mt9v022_config.c.
const sensorProfile_t mt9v022Profile |
{ SENSOR_COMS, SENSOR_TWI_REG_BYTE_DATA_2BYTE, MT9V022_SLAVE_ADDRESS, MT9V022_PIDH_ADDRESS, MT9V022_PIDL_ADDRESS, MT9V022_PIDH, MT9V022_PIDL, MT9V022_PID_VER_MASK, &mt9v022_output_mono_vga, &mt9v022_output_mono_qvga, 0, 0, 0, 0, 0 }
Definition at line 377 of file mt9v022_config.c.