_saa7121.h
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
源码类别:

DSP编程

开发平台:

C/C++

  1. /*
  2.  *  Copyright 2004 by Real Time DSP Incorporated.
  3.  *  All rights reserved. Property of Texas Instruments Incorporated.
  4.  *  Restricted rights to use, duplicate or disclose this code are
  5.  *  granted through contract.
  6.  *  
  7.  */
  8. /* "@(#) DDK 1.10.00.23 07-02-03 (ddk-b12)" */
  9. /********************************************************************************/
  10. /* _saa7105.h file */
  11. /********************************************************************************/
  12. #ifndef __SAA7121_H
  13. #define __SAA7121_H
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. #include <saa7121.h>
  18. #define _SAA7121_IICADDR0    (0x8c>>1)
  19. #define _SAA7121_IICADDR1    (0x88>>1)
  20. typedef struct _SAA7121_I2CReg
  21. {
  22.     Uint8 subaddr;
  23.     Uint8 content;
  24. } _SAA7121_I2CReg;
  25. extern _SAA7121_I2CReg SAA7121_ResetRegParam[];
  26. extern _SAA7121_I2CReg SAA7121_PalRegParam[];
  27. extern _SAA7121_I2CReg SAA7121_NtscRegParam[];
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31. #endif /*#ifndef __SAA7121_H*/
  32. /********************************************************************************/
  33. /* end of file */
  34. /********************************************************************************/