aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/bkp.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-04-12 00:08:54 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-04-12 00:08:54 -0400
commit7b14b950363f707c40732b4387f2f50711907673 (patch)
tree3833be4ef90981e72c9b4bf1bb848fc12b3bf783 /libmaple/bkp.h
parentd3949203fe053249d35e0c4125f3ed21818e8c32 (diff)
downloadlibrambutan-7b14b950363f707c40732b4387f2f50711907673.tar.gz
librambutan-7b14b950363f707c40732b4387f2f50711907673.zip
Doxygen bugfixes.
Fixed various Doxygen comment errors.
Diffstat (limited to 'libmaple/bkp.h')
-rw-r--r--libmaple/bkp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmaple/bkp.h b/libmaple/bkp.h
index cea39b6..97edd2a 100644
--- a/libmaple/bkp.h
+++ b/libmaple/bkp.h
@@ -46,7 +46,7 @@ extern "C" {
/** Backup peripheral register map type. */
typedef struct bkp_reg_map {
- const uint32 RESERVED1;
+ const uint32 RESERVED1; ///< Reserved
__io uint32 DR1; ///< Data register 1
__io uint32 DR2; ///< Data register 2
__io uint32 DR3; ///< Data register 3
@@ -61,8 +61,8 @@ typedef struct bkp_reg_map {
__io uint32 CR; ///< Control register
__io uint32 CSR; ///< Control and status register
#ifdef STM32_HIGH_DENSITY
- const uint32 RESERVED2;
- const uint32 RESERVED3;
+ const uint32 RESERVED2; ///< Reserved
+ const uint32 RESERVED3; ///< Reserved
__io uint32 DR11; ///< Data register 11
__io uint32 DR12; ///< Data register 12
__io uint32 DR13; ///< Data register 13