Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 119 |
Kevin |
1 |
#ifndef __timer_interrupt_handler_h
|
|
|
2 |
#define __timer_interrupt_handler_h
|
|
|
3 |
|
| 147 |
Kevin |
4 |
void Timer1_Init(void);
|
|
|
5 |
void Timer1_Enable(void);
|
|
|
6 |
void Timer1_Disable(void);
|
|
|
7 |
void Timer1_Interrupt_Handler(void);
|
| 119 |
Kevin |
8 |
|
|
|
9 |
#endif
|