⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _saa7121.h

📁 在ccs2.0中运行
💻 H
字号:
/*
 *  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    (0x88>>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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -