_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. /*
  19. #define _SAA7121_IICADDR0    (0x88>>1)
  20. #define _SAA7121_IICADDR1    (0x8c>>1)
  21. */ /*change*/
  22. #define _SAA7121_IICADDR1    (0x88>>1)
  23. #define _SAA7121_IICADDR0    (0x88>>1)
  24. /*
  25. #define _SAA7121_IICADDR1    (0x8c>>1)
  26. #define _SAA7121_IICADDR0    (0x8c>>1)
  27. */
  28. typedef struct _SAA7121_I2CReg
  29. {
  30.     Uint8 subaddr;
  31.     Uint8 content;
  32. } _SAA7121_I2CReg;
  33. extern _SAA7121_I2CReg SAA7121_ResetRegParam[];
  34. extern _SAA7121_I2CReg SAA7121_PalRegParam[];
  35. extern _SAA7121_I2CReg SAA7121_NtscRegParam[];
  36. #ifdef __cplusplus
  37. }
  38. #endif
  39. #endif /*#ifndef __SAA7121_H*/
  40. /********************************************************************************/
  41. /* end of file */
  42. /********************************************************************************/