dva0misc.hec
来自「这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后」· HEC 代码 · 共 45 行
HEC
45 行
#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 + =
减小字号Ctrl + -
显示快捷键?