dv97uart.hep

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

HEP
58
字号
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(*************************************************************************** 
 * File name : %M%
 * Project : ROAD RUNNER
 * Module :
 * Date : (US) %G% %U%
 * Version : %I%
 * Compiler name and release(s) :
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    DESCRIPTION
 *
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                           FUNCTIONS DEFINED IN THIS FILE
 *----------------------------------------------------------------------------* 
 * Name            | Object
 *----------------------------------------------------------------------------* 
 * 
 *----------------------------------------------------------------------------* 
 *----------------------------------------------------------------------------* 
 *                                    EVOLUTION
 *----------------------------------------------------------------------------* 
 * Date     | Author    | Arnb   | Description
 *----------------------------------------------------------------------------* 
 * 20.04.99 | F. LE GOFF | XXYYYY   | - Creation
 * 09.06.99 | F. LE GOFF |   1.63   | - Add switch uart managment.
 *----------------------------------------------------------------------------* 
 * 28.03.00 | F. LE GOFF |      2.25 | - Add prototype for the Reco Pins tests
 *          |            |           | (Report of TATSC-2.19.RECO_TST version)
 *          |            |           | - CRQ LMSdv36456 LMSdv37349 LMSdv37384
 ***************************************************************************)F*/
/* #*/

#ifndef DV97UART_HEP
#define DV97UART_HEP

#undef GLOBAL

#ifndef DV97UART_C
#define GLOBAL extern
#else
#define GLOBAL
#endif

GLOBAL u32 DLL_EXCHANGE_MODE dv97_01TestMobileUart(u32 vp_TimeOut, u8 vl_UartToBeTst);
GLOBAL u32 DLL_EXCHANGE_MODE dv97_02ChangeUartComm(u32 vp_TimeOut, u8 vp_NewUart, u8 vp_NewProtocol, 
				 u8* ErrorMisSel, u8* ErrorMis);

GLOBAL u32 DLL_EXCHANGE_MODE dv97_03RecoPinTest(u32 vp_TimeOut);

#undef GLOBAL

#endif /* DV97UART_HEP */

⌨️ 快捷键说明

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