BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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