tvp5150.h

来自「ZPAV (H265) DM64XX(TI) demo ZPAV (H」· C头文件 代码 · 共 36 行

H
36
字号
/*
 *  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 + =
减小字号Ctrl + -
显示快捷键?