aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/rcc.h
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-08-22 18:09:06 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-08-22 23:29:55 -0400
commita770e1c8945f08e8fb662b7e57e1e71167c6d929 (patch)
tree530d72216cfa46979bac5c43fe838e9743de13ef /libmaple/rcc.h
parentdf7da3beb4ac9bb909c496efb4a43efe69a8a71d (diff)
downloadlibrambutan-a770e1c8945f08e8fb662b7e57e1e71167c6d929.tar.gz
librambutan-a770e1c8945f08e8fb662b7e57e1e71167c6d929.zip
rcc: Doxygen improvements.
Diffstat (limited to 'libmaple/rcc.h')
-rw-r--r--libmaple/rcc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmaple/rcc.h b/libmaple/rcc.h
index 7c96059..98bcf92 100644
--- a/libmaple/rcc.h
+++ b/libmaple/rcc.h
@@ -425,9 +425,10 @@ typedef enum rcc_pll_multiplier {
} rcc_pll_multiplier;
/**
- * @brief Identifies bus and clock line for a device
+ * @brief Identifies bus and clock line for a peripheral.
*
- * Also generally useful as a unique identifier for that device.
+ * Also generally useful as a unique identifier for that peripheral
+ * (or its corresponding device struct).
*/
typedef enum rcc_clk_id {
RCC_GPIOA,