_saa7121.h

来自「在ccs2.0中运行」· C头文件 代码 · 共 55 行

H
55
字号
/*
 *  Copyright 2004 by Real Time DSP 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)" */
/********************************************************************************/
/* _saa7105.h file */
/********************************************************************************/
#ifndef __SAA7121_H
#define __SAA7121_H

#ifdef __cplusplus
extern "C" {
#endif

#include <saa7121.h>
/*
#define _SAA7121_IICADDR0    (0x88>>1)
#define _SAA7121_IICADDR1    (0x8c>>1)
*/ /*change*/

#define _SAA7121_IICADDR1    (0x88>>1)
#define _SAA7121_IICADDR0    (0x8c>>1)

/*
#define _SAA7121_IICADDR1    (0x8c>>1)
#define _SAA7121_IICADDR0    (0x8c>>1)
*/
typedef struct _SAA7121_I2CReg
{
    Uint8 subaddr;
    Uint8 content;
} _SAA7121_I2CReg;

extern _SAA7121_I2CReg SAA7121_ResetRegParam[];
extern _SAA7121_I2CReg SAA7121_PalRegParam[];
extern _SAA7121_I2CReg SAA7121_NtscRegParam[];

#ifdef __cplusplus
}
#endif


#endif /*#ifndef __SAA7121_H*/

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



⌨️ 快捷键说明

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