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