_saa7121.h
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
- /*
- * 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 (0x8c>>1)
- #define _SAA7121_IICADDR1 (0x88>>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 */
- /********************************************************************************/