X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Finclude%2Ftimer.h;h=d9eee7a328555e25d09ad46334bd7c9266a41f9e;hb=abe638e30cc642fb4e80d805fc1372eb49e900b4;hp=0464914091353f30eb7029e4be0453250b283713;hpb=670503bb5233df2540e04d4455eb17d98a7bb0c1;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 */