aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/timers.h
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-07-20 15:27:46 -0400
committerbnewbold <bnewbold@robocracy.org>2010-07-20 15:37:44 -0400
commit94fa3a7705bd67f9ec39da16016182362e3756a0 (patch)
tree822b04ca8c7c114623575bb28db50bffd6476fdb /libmaple/timers.h
parentdd52d66d034c943380d4a95d7677cff7772109df (diff)
downloadlibrambutan-94fa3a7705bd67f9ec39da16016182362e3756a0.tar.gz
librambutan-94fa3a7705bd67f9ec39da16016182362e3756a0.zip
bug fix with interrupts not getting cleared
Diffstat (limited to 'libmaple/timers.h')
-rw-r--r--libmaple/timers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmaple/timers.h b/libmaple/timers.h
index bcbd751..c48ef42 100644
--- a/libmaple/timers.h
+++ b/libmaple/timers.h
@@ -130,6 +130,8 @@ void timer_init(uint8, uint16);
void timer_disable_all(void);
uint16 timer_get_count(uint8);
void timer_set_count(uint8,uint16);
+void timer_pause(uint8);
+void timer_resume(uint8);
void timer_set_prescaler(uint8 timer_num, uint16 prescale);
void timer_set_reload(uint8 timer_num, uint16 max_reload);
void timer_set_mode(uint8 timer_num, uint8 compare_num, uint8 mode);