home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prof_c
/
06user
/
timer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1988-08-11
|
319 b
|
14 lines
/*
* timer.h -- header for timer control routines
*/
/* timer clock and interrupt rates */
#define TIMER_CLK 1193180L
#define TIMER_MAX 65536L
#define TICKRATE TIMER_CLK / TIMER_MAX
/* timer port access fro frequency setting */
#define TIMER_CTRL 0x43
#define TIMER_COUNT 0x42
#define TIMER_PREP 0xB6