📄 hee.hev
字号:
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(***************************************************************************
* File name : hee.hev
* Project : X15
* Module : EEPROM
* Date : %G% %U%
* Version : %I%
* Compiler name and release(s) :
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* DESCRIPTION
*
* External variables declaration include file
*
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* EVOLUTION
*----------------------------------------------------------------------------*
* Date | Author | Arnb | Description
*----------------------------------------------------------------------------*
* 25.09.98 | E.GRANDIN | | Creation
***************************************************************************)F*/
/* #*/
#ifndef HEE_HEV
#define HEE_HEV
#ifndef HEE0PRO_C
#define GLOBAL extern
#else
#define GLOBAL
#endif
GLOBAL t_hee_InitStatus s_hee_InitStatus
#if defined HEE0PRO_C
= {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
#endif
;
GLOBAL t_hee_InitStatusBis s_hee_InitStatusBis
#if defined HEE0PRO_C
= {0,0,0,0,0,0,0,0,0,0}
#endif
;
GLOBAL u8 r_hee_data[16];
#if defined PROCESS_HI2C
GLOBAL u8 v_hee_I2CStatus
#if defined HEE0PRO_C
= HI2C_TRANSFER_KO
#endif
;
#endif /* PROCESS_HI2C */
/****************************************/
/* 0: no error on section IMEI */
/* 1: IMEI section blank */
/* 2: bad checksum on the IMEI section */
/* 3: bad version on the IMEI section */
/* 4: bad cryptage of the IMEI */
/****************************************/
GLOBAL u8 v_hee_IMEISectionError
#if defined (HEE0PRO_C) && defined (IMEI_NO_BLOCKING)
= 0
#endif
;
#undef GLOBAL
#endif /* HEE_HEV */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -