hee.hev

来自「这是用Labwindows开发的一个RF test程序。 用于日本机种的组装后」· HEV 代码 · 共 76 行

HEV
76
字号
/******************************************************************************/
/* 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 + =
减小字号Ctrl + -
显示快捷键?