?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -