代码搜索结果
找到约 3,982 项符合
Sensor 的代码
image_sensor_ov7690.h
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
image_sensor_ov7690.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
vc032x_sensor.h
#if 0
static __u8 mi1310soc_gamma[17]= {
0x00,0x13,0x38,0x59,0x79,0x92,0xa7,0xb9,0xc8,
0xd4,0xdf,0xe7,0xee,0xf4,0xf9,0xfc,0xff
};
static __u8 mi1310soc_matrix[9]= {
0x56,0xf0,0xf6,0xf3,0x57,0xf6,
vc032x_sensor.h
#if 0
static __u8 mi1310soc_gamma[17]= {
0x00,0x13,0x38,0x59,0x79,0x92,0xa7,0xb9,0xc8,
0xd4,0xdf,0xe7,0xee,0xf4,0xf9,0xfc,0xff
};
static __u8 mi1310soc_matrix[9]= {
0x56,0xf0,0xf6,0xf3,0x57,0xf6,
sensor_i2c.c
#include
#include
#include
#include
#include
//#include
#include "sensor_i2c.h"
#define I2C_DEVICE "/dev/ov_sensor"
#define PPI_
sensor_i2c.h
struct i2c_msg {
unsigned short addr; /* slave address */
unsigned short flags;
#define I2C_M_TEN 0x10 /* we have a ten bit chip address */
#define I2C_M_RD 0x01
#define I2C_M_NOSTART 0x4000
#d