pitimer12.h
来自「Cypress cy7c63318 鼠标开发板的源代码」· C头文件 代码 · 共 43 行
H
43 行
//*****************************************************************************
//*****************************************************************************
// FILENAME: PITIMER12.h
// Version: 1.1, Updated on 2005/05/31 at 12:29:17
// Generated by PSoC Designer ver 4.2 b1013 : 02 September, 2004
//
// DESCRIPTION:
// PITIMER12 PITIMER User Module header file.
//-----------------------------------------------------------------------------
// Copyright (c) Cypress Semiconductor 2004. All Rights Reserved.
//*****************************************************************************
//*****************************************************************************
#include <m8c.h>
#pragma fastcall16 PITIMER12_EnableInt
#pragma fastcall16 PITIMER12_DisableInt
#pragma fastcall16 PITIMER12_Start
#pragma fastcall16 PITIMER12_Stop
#pragma fastcall16 PITIMER12_SetReload
#pragma fastcall16 PITIMER12_GetReload
#pragma fastcall16 PITIMER12_GetInterval
//-------------------------------------------------
// Prototypes of the PITIMER12 API.
//-------------------------------------------------
extern void PITIMER12_EnableInt(void);
extern void PITIMER12_DisableInt(void);
extern void PITIMER12_Start(WORD);
extern void PITIMER12_Stop(void);
extern void PITIMER12_SetReload(WORD);
extern WORD PITIMER12_GetReload(void);
extern WORD PITIMER12_GetInterval(void);
//-------------------------------------------------
// Constants for PITIMER12 API's.
//-------------------------------------------------
//-------------------------------------------------
// Register Addresses for PITIMER12
//-------------------------------------------------
// end of file PITIMER12.h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?