saa7114.h

来自「嵌入式linux系统下hi3510平台的osd开发源码」· C头文件 代码 · 共 42 行

H
42
字号
/* extdrv/peripheral/vad/saa7114.c
 *
 * Copyright (c) 2006 ShenZhen Streaming  Co., Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program;
 *
 * History:
 *      10-5-2006 create this file
 */

 #include <linux/ioctl.h>


#define I2C_RD_REG                                      0x23
#define I2C_SET_REG                                     0x24
#define INIT_ENABLE                                    0x28














⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?