st_tuner.h

来自「stv0299资料」· C头文件 代码 · 共 51 行

H
51
字号
#ifndef __TUNER_H__
#define __TUNER_H__

/* VICKY - 070300 - force the build for STAPI environment */
#ifndef  ENABLE_STAPI_ENVIRONMENT
#define  ENABLE_STAPI_ENVIRONMENT
#endif

/* Driver constants, required by the driver model */
#define STTUNER_DRIVER_ID       6
#define STTUNER_DRIVER_BASE     (STTUNER_DRIVER_ID << 16)

/*
 * st_tuner.h - wrapper for QPSK0199 
 *
 * (c) Copyright STMicroelectronics Limited 1999.
 *
 * =====================
 * MODIFICATION HISTORY:
 * =====================
 *
 * Date     Initials Modification
 * ----     -------- ------------
 * 03.02.00 VICKY    CREATED
 */
/*{{{ includes*/
#define  I2C_SLAVE_ADDR_FOR_STV0299    0xD0  /* I2C slave address for LINKIC (STv0299) */
#define  I2C_SLAVE_ADDR_FOR_TUNER      0xC6  /* I2C slave address for TUNER (SHARP) */

#include "def.h"

#include "stddefs.h"
#include "appltype.h"
#include "stlite.h"     /* os20 for standard definitions,          */
#include "stdevice.h"  /* hardware definitions for the 5510       */
#include "usif.h"
#include "testtool.h"
#include "report.h"
#include "sti2c.h"
#include "app_data.h"

#include "qpsk0299.h"
#include "driv0299.h"
#include "rmap299.h"
#include "reg0299.h"
#include "i2cphysi.h"
#include "tun0299.h"
/*}}}*/

#endif  /* __TUNER_H__ */

⌨️ 快捷键说明

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