aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx/platform.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-02 10:23:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-02 10:23:04 +0000
commit2913907698510dc37049990dff13da0a11140b6a (patch)
treec901cc30630078530a182e4f9b7340f43c99422f /os/hal/platforms/STM32L1xx/platform.dox
parente3262e950c778403d9d8303e6f70cdb5912a5b5d (diff)
downloadChibiOS-2913907698510dc37049990dff13da0a11140b6a.tar.gz
ChibiOS-2913907698510dc37049990dff13da0a11140b6a.tar.bz2
ChibiOS-2913907698510dc37049990dff13da0a11140b6a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3418 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/platform.dox')
-rw-r--r--os/hal/platforms/STM32L1xx/platform.dox16
1 files changed, 16 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/platform.dox b/os/hal/platforms/STM32L1xx/platform.dox
index 3737cc10d..773785a5b 100644
--- a/os/hal/platforms/STM32L1xx/platform.dox
+++ b/os/hal/platforms/STM32L1xx/platform.dox
@@ -198,6 +198,22 @@
*/
/**
+ * @defgroup STM32_RCC STM32F1xx RCC Support
+ * @details This RCC helper driver is used by the other drivers in order to
+ * access the shared RCC resources in a consistent way.
+ *
+ * @section stm32f1xx_rcc_1 Supported HW resources
+ * - RCC.
+ * .
+ * @section stm32f1xx_rcc_2 STM32F1xx RCC driver implementation features
+ * - Peripherals reset.
+ * - Peripherals clock enable.
+ * - Periplerals clock disable.
+ * .
+ * @ingroup STM32_DRIVERS
+ */
+
+/**
* @defgroup STM32_SERIAL STM32L1xx Serial Support
* @details The STM32L1xx Serial driver uses the USART/UART peripherals in a
* buffered, interrupt driven, implementation.