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

📄 st_tuner.h

📁 stv0299资料
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -