aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/timer.h
diff options
context:
space:
mode:
authorMichael Hope <michaelh@juju.net.nz>2011-08-31 20:45:44 +1200
committerMichael Hope <michaelh@juju.net.nz>2011-09-13 19:35:12 +1200
commit3f03c0c1edc74b3fb95f178a45a111a2d3381719 (patch)
tree0cd9a785f0491a823d38b3a6fb01fa48edbdfcfd /libmaple/timer.h
parentcfede8b93422fa48f6240d53380934b4cbcc3d63 (diff)
downloadlibrambutan-3f03c0c1edc74b3fb95f178a45a111a2d3381719.tar.gz
librambutan-3f03c0c1edc74b3fb95f178a45a111a2d3381719.zip
Added more doxygen file level headers. Documented a few more functions.
Signed-off-by: Michael Hope <michaelh@juju.net.nz>
Diffstat (limited to 'libmaple/timer.h')
-rw-r--r--libmaple/timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libmaple/timer.h b/libmaple/timer.h
index f142908..dfc8a4f 100644
--- a/libmaple/timer.h
+++ b/libmaple/timer.h
@@ -659,7 +659,8 @@ static inline uint16 timer_get_prescaler(timer_dev *dev) {
/**
* @brief Set a timer's prescale value.
*
- * The new value will not take effect until the next update event.
+ * Divides the input clock by (PSC+1). The new value will not take
+ * effect until the next update event.
*
* @param dev Timer whose prescaler to set
* @param psc New prescaler value