📄 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
#include <csl_i2c.h>
#include <edc.h>
typedef enum TVP5150_AnalogFormat {
TVP5150_AFMT_SVIDEO,
TVP5150_AFMT_COMPOSITE
} TVP5150_AnalogFormat;
typedef unsigned int TVP5150_Cmd;
typedef struct {
TVP5150_AnalogFormat aFmt;
I2C_Handle hI2C;
} TVP5150_ConfParams;
extern EDC_Fxns TVP5150_Fxns;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -