X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Ftimer.h;h=d9eee7a328555e25d09ad46334bd7c9266a41f9e;hb=d3dc8751ff73ea50016a19bb7940c894fc3539aa;hp=0464914091353f30eb7029e4be0453250b283713;hpb=09a2ecd6f9a4ca43412cfac3762336534e086ac8;p=carl9170fw.git diff --git a/carlfw/include/timer.h b/carlfw/include/timer.h index 0464914..d9eee7a 100644 --- a/carlfw/include/timer.h +++ b/carlfw/include/timer.h @@ -90,4 +90,7 @@ static inline __inline void udelay(const uint32_t usec) } void clock_set(enum cpu_clock_t _clock, bool on); +void handle_timer(void); +void timer_init(const unsigned int timer, const unsigned int interval); + #endif /* __CARL9170FW_TIMER_H */