-
大小: 38.41MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-06-30
- 语言: 其他
- 标签: tc358749xbg 数据手册 驱动源码
资源简介
tc358749xbg详细数据手册以及官方提供的驱动源码。驱动源码在rk、全志平台测试成功。
代码片段和文件信息
/*
* drivers/media/i2c/soc_camera/xgold/tc358749xbg.c
*
* tc358749xbg sensor driver
*
* Copyright (C) 2016 Fuzhou Rockchip Electronics Co. Ltd.
* Copyright (C) 2012-2014 Intel Mobile Communications GmbH
* Copyright (C) 2008 Texas Instruments.
* Author: zhoupeng
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed “as is“ without any warranty of any
* kind whether express or implied.
*
* Note:
*
* v0.1.0:
* 1. Initialize version;
*/
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include “tc_camera_module.h“
#define TC358749xbg_DRIVER_NAME “tc358749xbg“
/* product ID */
#define TC358749xbg_PID_MAGIC 0x4701
#define TC358749xbg_PID_ADDR 0x0000
#define INIT_END 0x854A
#define SYS_STATUS 0x8520
#define CONFCTL 0x0004
#define VI_REP 0x8576
#define MASK_VOUT_COLOR_SEL 0xe0
#define MASK_VOUT_COLOR_RGB_FULL 0x00
#define MASK_VOUT_COLOR_RGB_LIMITED 0x20
#define MASK_VOUT_COLOR_601_YCBCR_FULL 0x40
#define MASK_VOUT_COLOR_601_YCBCR_LIMITED 0x60
#define MASK_VOUT_COLOR_709_YCBCR_FULL 0x80
#define MASK_VOUT_COLOR_709_YCBCR_LIMITED 0xa0
#define MASK_VOUT_COLOR_FULL_TO_LIMITED 0xc0
#define MASK_VOUT_COLOR_LIMITED_TO_FULL 0xe0
#define MASK_IN_REP_HEN 0x10
#define MASK_IN_REP 0x0f
/* ======================================================================== */
/* base sensor configs */
/* ======================================================================== */
/* MCLK:24MHz 1920x1080 30fps mipi 4lane 800Mbps/lane */
static struct tc_camera_module_reg tc358749xbg_init_tab_1920_1080_60fps[] = {
//
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0004 0x0004 2}
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0002 0x7F80 2}
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0002 0x0000 2}
//
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0020 0x508A 2}
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0022 0x0203 2}
{TC_CAMERA_MODULE_REG_TYPE_TIMEOUT 0x0000 0x0001 1}
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0022 0x0213 2}
//
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0006 0x012C 2}
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0060 0x0001 2}
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x7080 0x0000 2}
//
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0014 0x0000 2}
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0016 0x05FF 2}
//
{TC_CAMERA_MODULE_REG_TYPE_DATA 0x0100 0x00000000
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-02-18 15:08 tc358749xbg\
文件 42826669 2018-03-01 13:51 tc358749xbg\TC358749XBG_en_full_V0741111.pdf
文件 58533 2019-02-15 23:09 tc358749xbg\tc358749xbg_v4l2-i2c-subdev.c
相关资源
- 74系列芯片数据手册
- ADS1263驱动源码
- 16位ADC数据采集模块AD7606原理图、中文
- k60中文数据手册
- Cyclone V系列中文数据手册
- K60参考指南 数据手册
- MPU6050的使用手册和数据手册
- TMS320C6000系列数据手册
- 虚拟串口设备驱动源码 ver 04.1.15
- Realtek1111的驱动源码和编译好的ko文件
- TMS320C6678全套手册
- lm2596中文数据手册
- STC12C5A60S2中文手册
- MC9S12XEP100中文数据手册.pdf
- MC9S12G中文数据手册.pdf
- TMS320C6748中文数据手册.rar
- 超声波数据手册+程序+电路
- MK60数据手册
- MT29F 镁光 NAND Flash数据手册大全
- MS1022数据手册
- AHT10.rar驱动源码帮助分析时序问题
- RC522数据手册中文版
- IP2716 中文手册 数据手册 快充协议芯
- 学习用4.0版Linux下Zynq的axitimer中断驱动
- 多摩川AU6805
- ADV7441 Linux 驱动源码
- TLE7242驱动源码
- SD卡_SPI驱动源代码.rar
- CC2530中文数据手册完全版PDF
- 海思ADC驱动源码
评论
共有 条评论