⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _tvp6000.h

📁 在海尔的DM642开发板实现RF5框架
💻 H
字号:
/*
 *  Copyright 2003 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  
 */
/********************************************************************************/
/* _tvp6000.h file */
/********************************************************************************/
#ifndef __TVP6000_H
#define __TVP6000_H

#ifdef __cplusplus
extern "C" {
#endif

#include <tvp6000.h>

#define _TVP6000_IICADDR    (0x40>>1)

/*
*=======TVP6000 Register definations(address)=====*
*/
//I do not list the read-only register
#define TVP6000_F_Control_Reg 		0x3a	//default is 0x8dh
#define TVP6000_C_Phase_Reg 		0x5a	//---0x00h
#define TVP6000_Gain_U_Reg 			0x5b
#define TVP6000_Gain_V_Reg 			0x5c
#define TVP6000_BlackLevel1_Reg 	0x5d
#define TVP6000_BlackLevel2_Reg 	0x5e
#define TVP6000_Gain_Y_Reg 			0x5f
#define TVP6000_X_Color_Reg 		0x60
#define TVP6000_Mode_Control_Reg 	0x61
#define TVP6000_BSTAMP_Reg 			0x62

#define TVP6000_S_CARR0_Reg 		0x63
#define TVP6000_S_CARR1_Reg			0x64
#define TVP6000_S_CARR2_Reg 		0x65
#define TVP6000_S_CARR3_Reg 		0x66

#define TVP6000_Line21_O0_Reg 		0x67 	//close caption data, in odd field
#define TVP6000_Line21_O1_Reg 		0x68
#define TVP6000_Line21_E0_Reg 		0x69 	//close caption data, in even field
#define TVP6000_Line21_E1_Reg 		0x6a
#define TVP6000_LN_SEL_Reg 			0x6b  	//close caption data position, e.g.
											// at which line
#define TVP6000_SYN_CNRTL0_Reg 		0x6c
#define TVP6000_RCM_L21_Reg 		0x6d
#define TVP6000_HTRIGGER0_Reg 		0x6e
#define TVP6000_HTRIGGER1_Reg 		0x6f
#define TVP6000_VTRIGGER_Reg 		0x70
#define TVP6000_BMRQ_Reg 			0x71
#define TVP6000_EMRQ_Reg 			0x72
#define TVP6000_BEMRQ_Reg 			0x73

#define TVP6000_X2PH_Reg 			0x74	//added by david 2004.2.5
#define TVP6000_X1PH_Reg 			0x75	//added by david 2004.2.5

#define TVP6000_BRCV_Reg 			0x77
#define TVP6000_ERCV_Reg 			0x78
#define TVP6000_BERCV_Reg 			0x79
#define TVP6000_FLEN_Reg 			0x7a
#define TVP6000_FAL_Reg 			0x7b
#define TVP6000_LAL_Reg 			0x7c
#define TVP6000_FLAL_Reg 			0x7d
#define TVP6000_SYN_CNRTL1_Reg  	0x7e
#define TVP6000_SCM_Reg 			0x90
#define TVP6000_SLPF_Reg 			0x91
#define TVP6000_SPPL_Reg 			0x92
#define TVP6000_SLPH_Reg 			0x93
#define TVP6000_DLPF_Reg 			0x94
#define TVP6000_DPPL_Reg 			0x95
#define TVP6000_DLPH_Reg 			0x96
#define TVP6000_VDTAL_Reg			0x97
#define TVP6000_VDTAH_Reg			0x98
#define TVP6000_HDTAL_Reg			0x99	
#define TVP6000_HDTAH_Reg			0x9a
#define TVP6000_VOFS_Reg			0x9b
#define TVP6000_HOFS_Reg			0x9c

#define TVP6000_NLR_Reg 			0x9d	//added by david 2004.2.5
#ifdef __cplusplus
}
#endif


#endif /*#ifndef __TVP6000_H*/

/********************************************************************************/
/* end of file */
/********************************************************************************/



⌨️ 快捷键说明

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