From 3f03c0c1edc74b3fb95f178a45a111a2d3381719 Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Wed, 31 Aug 2011 20:45:44 +1200 Subject: Added more doxygen file level headers. Documented a few more functions. Signed-off-by: Michael Hope --- libmaple/timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libmaple/timer.h') 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 -- cgit v1.2.3