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

📄 dva0misc.hec

📁 这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后ANT 测试。
💻 HEC
字号:

#ifndef DVA0MISC_HEC
#define DVA0MISC_HEC

/* Constants for Language Pack identification */

#define LANGUAGE_PACK_ADR 	0x400

/* Convert string  */
#define ASCII_TO_GSM		0
#define GSM_TO_ASCII		1
#define UCS2_TO_ISO8859_1	2
#define ISO8859_1_TO_UCS2	3

/* Segmentation Size constants (for transfert section in many parts) */
/* You must have at least one pool of memory of this size in the mobile */
/* This should neither exceed the size of the PC serial link buffer */
/* which is SL_SEGMENT_SIZE */


#if !defined(SEGMENT_SIZE_512_BYTES_FTR)
#define TAT_SEGMENT_SIZE 	256
#else
#define TAT_SEGMENT_SIZE 	475 /* Limit of the SL buffer */ 
#endif

/* Bytes for Philips security in TELEMAC section. */
#define TAT_SECURITY_SIZE         4
#define TAT_SECURITY_BYTES_DFLT   0x0

/* Maximun size of message on serial link */
/* when sending data to eeprom.           */
#define TAT_RW_NB_MAX 0x20

#if defined (FSS_FTR)
#define TAT_READ_FILE 	0
#define TAT_WRITE_FILE 	1
#if defined (TATEEPRO_FSS_SFI)
#define TATEEP_ACCESS_ADMIN SPA_ACCESS_ADMIN
#define TATEEP_ACCESS_USERS SPA_ACCESS_USERS
#endif /* TATEEPRO_FSS_SFI */
#endif /* FSS_FTR */

#endif /* DVA0MISC_HEC */

⌨️ 快捷键说明

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