📄 global.h
字号:
/******************************************************************************
Copyright 2003 Freeway electronics Limited,
COMPANY CONFIDENTIAL
Filename : global.h
Rev Date Author Comments
______________________________________________________________________________
001 03-7-7 Jac Fan original
@module
The module define global variable, prototype, constant. etc. for CD Changer Bridge
******************************************************************************/
/*===========================*/
typedef unsigned char BYTE;
typedef unsigned int WORD;
#define BUS_ACT 1
#define BUS_IDLE 0
//#define Ir_Customer_Code 0x532c //suit for different Main player
//#define Device_Code 0x01
/* const define */
/* main.c */
typedef struct {
unsigned char data_code[4];
unsigned int bitcount;
} S_Table_DATA_2_CDC; //define map table between main player and CDC
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -