SAMV71 Xplained Ultra Software Package 1.5

ov9740_config.c File Reference

#include "board.h"

Go to the source code of this file.

Defines

#define OV9740_SLAVE_ADDRESS   0x10
#define OV9740_PIDH_ADDRESS   0x300A
#define OV9740_PIDL_ADDRESS   0x300B
#define OV9740_PIDH   0x97
#define OV9740_PIDL   0x40
#define OV9740_PID_VER_MASK   0xFFF0

Variables

const sensorReg_t ov9740_yuv_vga []
const sensorReg_t ov9740_yuv_wxga []
const sensorReg_t ov9740_yuv_qvga []
const sensorOutput_t ov9740_output_vga
const sensorOutput_t ov9740_output_qvga
const sensorOutput_t ov9740_output_wxga
const sensorProfile_t ov9740Profile

Detailed Description

Definition in file ov9740_config.c.


Variable Documentation

const sensorOutput_t ov9740_output_qvga
Initial value:
{0, QVGA, YUV_422_8_BIT, 1, 320, 240, ov9740_yuv_qvga}

Definition at line 1256 of file ov9740_config.c.

const sensorOutput_t ov9740_output_vga
Initial value:
{0, VGA, YUV_422_8_BIT, 1, 640, 360, ov9740_yuv_vga}

Definition at line 1252 of file ov9740_config.c.

const sensorOutput_t ov9740_output_wxga
Initial value:
{0, WXGA, YUV_422_8_BIT, 1, 1280, 720, ov9740_yuv_wxga}

Definition at line 1259 of file ov9740_config.c.

const sensorProfile_t ov9740Profile
Initial value:
 {
    SENSOR_COMS,                     
    SENSOR_TWI_REG_2BYTE_DATA_BYTE,  
    OV9740_SLAVE_ADDRESS,            
    OV9740_PIDH_ADDRESS,             
    OV9740_PIDL_ADDRESS,             
    OV9740_PIDH,                     
    OV9740_PIDL,                     
    OV9740_PID_VER_MASK,             
    {&ov9740_output_vga,
    &ov9740_output_wxga,
    &ov9740_output_qvga,
    0,
    0,
    0,
    0},
}

Definition at line 1262 of file ov9740_config.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines