www.pudn.com > H265+_C64X_2008.8.rar > 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#include 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