tvp5150.h

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

H
25
字号
/*
 * include/tvp5150.h for Linux .
 *
 * This file defines tvp5150 micro-definitions for user.
 * History: 
 *      10-April-2006 create this file
 */

 
 #ifndef _TVP5150_H
#define _TVP5150_H

#if 1
	#define TVP5150_SET_CCIRMODE	_IOW('p', 0x01, int)
	#define TVP5150_GET_CCIRMODE	_IOR('p', 0x02, int)
	#define TVP5150_GET_NORM	_IOR('p', 0x03, int)
#else
	#define TVP5150_SET_CCIRMODE	0
	#define TVP5150_GET_CCIRMODE	1
	#define TVP5150_GET_NORM	2
#endif

#endif

⌨️ 快捷键说明

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