diff options
Diffstat (limited to 'libmaple/timer.h')
-rw-r--r-- | libmaple/timer.h | 3 |
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 |