📄 mstimer.h
字号:
//*****************************************************************************
//*****************************************************************************
// FILENAME: MSTIMER.h
// Version: 1.0, Updated on 2005/04/27 at 16:28:54
// Generated by PSoC Designer ver 4.2 b1013 : 02 September, 2004
//
// DESCRIPTION:
// MSTIMER MSTIMER User Module header file.
//-----------------------------------------------------------------------------
// Copyright (c) Cypress Semiconductor 2004. All Rights Reserved.
//*****************************************************************************
//*****************************************************************************
#include <m8c.h>
#pragma fastcall16 MSTIMER_EnableInt
#pragma fastcall16 MSTIMER_DisableInt
#pragma fastcall16 MSTIMER_Start
#pragma fastcall16 MSTIMER_Stop
//-------------------------------------------------
// Prototypes of the MSTIMER API.
//-------------------------------------------------
extern void MSTIMER_EnableInt(void);
extern void MSTIMER_DisableInt(void);
extern void MSTIMER_Start(void);
extern void MSTIMER_Stop(void);
//-------------------------------------------------
// Constants for MSTIMER API's.
//-------------------------------------------------
//-------------------------------------------------
// Register Addresses for MSTIMER
//-------------------------------------------------
// end of file MSTIMER.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -