📄 dv97uart.hep
字号:
/******************************************************************************/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -