Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/f1/rtc.c')
-rw-r--r--lib/stm32/f1/rtc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/stm32/f1/rtc.c b/lib/stm32/f1/rtc.c
index 2743eed9..ec2711ad 100644
--- a/lib/stm32/f1/rtc.c
+++ b/lib/stm32/f1/rtc.c
@@ -1,6 +1,6 @@
-/** @defgroup rtc_file RTC
+/** @defgroup rtc_file RTC peripheral API
*
- * @ingroup STM32F1xx
+ * @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32F1xx RTC</b>
*
@@ -241,7 +241,7 @@ uint32_t rtc_get_alarm_val(void)
/*---------------------------------------------------------------------------*/
/** @brief RTC set the Counter
-@param[in] uint32_t counter_val: 32 bit time setting for the counter.
+@param[in] counter_val 32 bit time setting for the counter.
*/
void rtc_set_counter_val(uint32_t counter_val)