Lab2
 All Functions Groups
timer.h
1 #ifndef __TIMER_H
2 #define __TIMER_H
3 
19 int timer_set_square(unsigned long timer, unsigned long freq);
20 
26 int timer_subscribe_int(void );
27 
34 
40 void timer_int_handler();
41 
49 int timer_get_conf(unsigned long timer, unsigned char *st);
50 
61 int timer_display_conf(unsigned char conf);
62 
63 
64 
73 int timer_test_square(unsigned long freq);
74 
84 int timer_test_int(unsigned long time);
85 
94 int timer_test_config(unsigned long timer);
95 
96 #endif /* __TIMER_H */