⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pitimer12.h

📁 Cypress cy7c63318 鼠标开发板的源代码
💻 H
字号:
//*****************************************************************************
//*****************************************************************************
//  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -