compil.h
来自「stv0297 寄存器 tuner 驱动 5105 方案」· C头文件 代码 · 共 48 行
H
48 行
#ifndef __COMPILE_H__
#define __COMPILE_H__
/*
List of the #defines used for insuring software portability .
*/
#define STV0297_28800KHZ 1
#define CHIPADDRESS 0x38
/*
//=============================//
// //
// DEFINITION OF THE HOST //
// //
//=============================//
*/
#define STV0197_PC 1
/*
//=================================================
//=================================================
*/
/********conditional compilation : PC OS codes ****************************/
/*
The values are splitted in two sets :
0 -> 999 reserved for micros
1000 -> 1999 reserved for PC OS
*/
#define ST20_SWC 100 /* for ST20 SWC tool set */
/**/
#define PC_WIN311 1001 /* for windows 311 */
#define PC_WIN95 1002 /* for windows 95 */
#define PC_CVI 1003 /* for LabWindows */
/********conditional compilation : languages ***************************/
#define C 1001
#define CPP 1002
/****** choice of the host **********************************************/
#define HOST ST20_SWC
/****** choice of the language ******************************************/
#define LANGUAGE C
#endif /* __COMPILE_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?