aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/l1/pwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/l1/pwr.c')
-rw-r--r--lib/stm32/l1/pwr.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/stm32/l1/pwr.c b/lib/stm32/l1/pwr.c
index 8541851..e712899 100644
--- a/lib/stm32/l1/pwr.c
+++ b/lib/stm32/l1/pwr.c
@@ -1,3 +1,20 @@
+/** @defgroup pwr-file PWR
+
+@ingroup STM32L1xx
+
+@brief <b>libopencm3 STM32L1xx Power Control</b>
+
+@version 1.0.0
+
+@author @htmlonly &copy; @endhtmlonly 2012 Karl Palsson <karlp@tweak.net.au>
+
+@date 4 March 2013
+
+This library supports the power control system for the
+STM32L1 series of ARM Cortex Microcontrollers by ST Microelectronics.
+
+LGPL License Terms @ref lgpl_license
+*/
/*
* This file is part of the libopencm3 project.
*