BOOTLOADER
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
bootloader
inc
timer.h
Go to the documentation of this file.
1
#ifndef TIMER_H
2
#define TIMER_H
3
4
//extern void __irq Timer2Isr(void);
5
extern
unsigned
char
TimeTick
;
6
extern
volatile
unsigned
int
Timer2Counter
;
7
extern
void
F_TimerInit
(
void
);
8
extern
void
F_TimerSvc
(
void
);
9
extern
void
F_TimerTimerSet
(
INT8U
TimerNumber,
INT32U
Frequence);
10
11
#endif
Generated on Wed Jun 13 2012 00:03:09 for BOOTLOADER by
1.8.1.1