📄 _tvp5150.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.
*
*/
/* "@(#) DDK 1.10.00.23 07-02-03 (ddk-b12)" */
/********************************************************************************/
/* _tvp5150.h file */
/********************************************************************************/
#ifndef __TVP5150_H
#define __TVP5150_H
#ifdef __cplusplus
extern "C" {
#endif
#include <tvp5150.h>
#define _TVP5150_IIC_ADDR0 (0xba>>1) //two write address for use two chips
#define _TVP5150_IIC_ADDR1 (0xb8>>1)
/*
*=======TVP5150 Register Definations (Address)========*
*/
#define TVP5150_VidSrcSel_Reg 0x00
#define TVP5150_AnalogChanControl_Reg 0x01
#define TVP5150_OperaMode_Reg 0x02
#define TVP5150_MisControl_Reg 0x03
#define TVP5150_SoftReset_Reg 0x05
#define TVP5150_Brightness_Reg 0x09
#define TVP5150_Saturation_Reg 0x0a
#define TVP5150_Hue_Reg 0x0b
#define TVP5150_Contrast_Reg 0x0c
#define TVP5150_OutputsDataFormat_Reg 0x0d
#define TVP5150_ConfigSharePin_Reg 0x0f
#define TVP5150_VidStandard_Reg 0x28
#define TVP5150_AutoInit_Reg 0xce
#ifdef __cplusplus
}
#endif
#endif /*#ifndef __TVP5150_H*/
/********************************************************************************/
/* end of file */
/********************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -