diff options
Diffstat (limited to 'libmaple/rcc.h')
-rw-r--r-- | libmaple/rcc.h | 5 |
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, |