SAMV71 Xplained Ultra Software Package 1.5

ov2640_config.c File Reference

#include "board.h"

Go to the source code of this file.

Defines

#define OV2640_SLAVE_ADDRESS   0x21
#define OV2640_PIDH_ADDRESS   0x0A
#define OV2640_PIDL_ADDRESS   0x0B
#define OV2640_PIDH   0x26
#define OV2640_PIDL   0x40
#define OV2640_PID_VER_MASK   0xFFF0

Variables

const sensorReg_t ov2640_yuv_qvga []
const sensorReg_t ov2640_yuv_vga []
const sensorOutput_t ov2640_output_qvga
const sensorOutput_t ov2640_output_vga
const sensorProfile_t ov2640Profile

Detailed Description

Definition in file ov2640_config.c.


Variable Documentation

const sensorOutput_t ov2640_output_qvga
Initial value:
{0, QVGA, YUV_422_8_BIT, 1, 320, 240, ov2640_yuv_qvga}

Definition at line 519 of file ov2640_config.c.

const sensorOutput_t ov2640_output_vga
Initial value:
{0, VGA, YUV_422_8_BIT, 1, 640, 480, ov2640_yuv_vga}

Definition at line 522 of file ov2640_config.c.

const sensorProfile_t ov2640Profile
Initial value:
 {
    SENSOR_COMS,                     
    SENSOR_TWI_REG_BYTE_DATA_BYTE,   
    OV2640_SLAVE_ADDRESS,            
    OV2640_PIDH_ADDRESS,             
    OV2640_PIDL_ADDRESS,             
    OV2640_PIDH,                     
    OV2640_PIDL,                     
    OV2640_PID_VER_MASK,             
    {&ov2640_output_qvga,
    &ov2640_output_vga,
    0,
    0,
    0,
    0,
    0}
}

Definition at line 525 of file ov2640_config.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines