mstimer.h

来自「实现2个ps/2接口转到1个USB接口功能」· C头文件 代码 · 共 37 行

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