aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2015-03-13 20:17:06 +0000
committerUladzimir Pylinski <barthess@yandex.ru>2015-03-13 20:17:06 +0000
commit2bf792d2a5138fc1fa0a2eb2fd304d819115a7ab (patch)
treef6a274619dcd379c95931949526496cd799e5aed /os/hal/ports
parent383df301227d6de830597905b5f20ccb3664dca0 (diff)
downloadChibiOS-2bf792d2a5138fc1fa0a2eb2fd304d819115a7ab.tar.gz
ChibiOS-2bf792d2a5138fc1fa0a2eb2fd304d819115a7ab.tar.bz2
ChibiOS-2bf792d2a5138fc1fa0a2eb2fd304d819115a7ab.zip
STM32F4xx. Fixed comments about clocks for timers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7770 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/hal_lld.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
index 3ec335603..9defd2c3b 100644
--- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h
@@ -1405,7 +1405,8 @@
#endif
/**
- * @brief Timers 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14 clock.
+ * @brief Clock of timers connected to AHB1
+ * (Timers 2, 3, 4, 5, 6, 7, 12, 13, 14).
*/
#if (STM32_PPRE1 == STM32_PPRE1_DIV1) || defined(__DOXYGEN__)
#define STM32_TIMCLK1 (STM32_PCLK1 * 1)
@@ -1414,7 +1415,7 @@
#endif
/**
- * @brief Timers 1, 8 clock.
+ * @brief Clock of timers connected to AHB2 (Timers 1, 8, 9, 10, 11).
*/
#if (STM32_PPRE2 == STM32_PPRE2_DIV1) || defined(__DOXYGEN__)
#define STM32_TIMCLK2 (STM32_PCLK2 * 1)