?? timer.h
字號:
/*
* ApBUILDER CODE FILE - Intel Corporation
*
*
* Purpose: Include file for timers.
*
*
* The Software is provided "AS IS."
*
* LIMITATION OF LIABILITY: NEITHER INTEL NOR ITS VENDORS OR AGENTS
* SHALL BE LIABLE FOR ANY LOSS OF PROFITS, LOSS OF USE, LOSS OF DATA,
* INTERRUPTION OF BUSINESS, NOR FOR INDIRECT, SPECIAL, INCIDENTAL OR
* CONSEQUENTIAL DAMAGES OF ANY KIND WHETHER UNDER THIS AGREEMENT OR
* OTHERWISE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
*
* While we have made every attempt to completely test this code, we request that
* you personally test it completely prior to actual inclusion in your own projects.
*
* Compiler: Developed using Compass251 from Production Languages corporation.
*
* Ext Packages: None
*
* Author: Brad B.
*
* Revisions:
*
*
*
*
*/
#ifndef TIMER_H
#define TIMER_H
extern void InitPCATimer(char, char, char, char, char);
extern void InitPCAModule(char, char, char, char, char, char);
extern void init_timer0(char, char, char, char, char, char);
extern void init_timer1(char, char, char, char ,char, char);
extern void init_timer2(char, char, char, char, char, char, char, char);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -