📄 tsmerge.h
字号:
/*****************************************************************************
File Name : tsmerge.h
Description: 7710 TSMERGE header
COPYRIGHT (C) STMicroelectronics 2004.
*****************************************************************************/
/* Define to prevent recursive inclusion */
#ifndef __TSMERGE_H
#define __TSMERGE_H
/* Includes --------------------------------------------------------------- */
#include "stddefs.h" /* STAPI includes */
#include "stmerge.h"
#include "service.h"
/* Exported Constants -------------------------------------------------- */
#if !defined(TSIN0_NORMAL) && !defined(TSIN1_NORMAL)
#define TSMERGE_BYPASS 1
#endif
/* Exported Types ------------------------------------------------------ */
typedef enum {
TSIN_0 = STMERGE_TSIN_0,
TSIN_1,
TSIN_2,
SWTS_0 = STMERGE_SWTS_0
}TSIN_Used_t;
/* Exported Variables -------------------------------------------------- */
extern ST_DeviceName_t TSMERGE_DeviceName;
extern TSIN_Used_t TSINUsed[];
/* Exported Macros ----------------------------------------------------- */
#define SWTS_BASE_ADDRESS ST5100_TSMERGE2_BASE_ADDRESS
/* Exported Functions -------------------------------------------------- */
ST_ErrorCode_t TSMERGE_Setup(TSIN_Used_t TsinUsed[], SERVICE_Mode_t SERVICE_Mode);
ST_ErrorCode_t TSMERGE_Term(void);
BOOL TSMERGE_InitCommand( void );
#endif /* __TSMERGE_H */
/* EOF --------------------------------------------------------------------- */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -