SAMV71 Xplained Ultra Software Package 1.4

ov5640_config.c File Reference

#include "board.h"

Go to the source code of this file.

Defines

#define OV5640_SLAVE_ADDRESS   0x3c
#define OV5640_PIDH_ADDRESS   0x300A
#define OV5640_PIDL_ADDRESS   0x300B
#define OV5640_PIDH   0x56
#define OV5640_PIDL   0x40
#define OV5640_PID_VER_MASK   0xFFF0

Variables

const sensorReg_t ov5640_yuv_vga []
const sensorReg_t ov5640_yuv_wxga []
const sensorReg_t ov5640_afc []
const sensorOutput_t ov5640_output_vga
const sensorOutput_t ov5640_output_wxga
const sensorOutput_t ov5640_output_af
const sensorProfile_t ov5640Profile

Detailed Description

Definition in file ov5640_config.c.


Variable Documentation

const sensorOutput_t ov5640_output_af
Initial value:
{1, (sensorOutputResolution_t)0, (sensorOutputFormat_t)0, 1, 0, 0, ov5640_afc}

Definition at line 4810 of file ov5640_config.c.

const sensorOutput_t ov5640_output_vga
Initial value:
{0, VGA, YUV_422_8_BIT, 1, 640, 480, ov5640_yuv_vga}

Definition at line 4804 of file ov5640_config.c.

const sensorOutput_t ov5640_output_wxga
Initial value:
{0, WXGA, YUV_422_8_BIT, 1, 1280, 720, ov5640_yuv_wxga}

Definition at line 4807 of file ov5640_config.c.

const sensorProfile_t ov5640Profile
Initial value:
{
    SENSOR_COMS,                     
    SENSOR_TWI_REG_2BYTE_DATA_BYTE,  
    OV5640_SLAVE_ADDRESS,            
    OV5640_PIDH_ADDRESS,             
    OV5640_PIDL_ADDRESS,             
    OV5640_PIDH,                     
    OV5640_PIDL,                     
    OV5640_PID_VER_MASK,             
    &ov5640_output_vga,
    &ov5640_output_wxga,
    &ov5640_output_af,
    0,
    0,
    0,
    0,
}
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines