📄 dva0misc.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 + -