stm32: doc: rtc: move to peripheral apis

Drop some dummy.c files, add some missing groupings and make sure all
specifics are included in the generated output.
This commit is contained in:
Karl Palsson
2019-05-22 00:16:40 +00:00
parent 0aef9c2ec6
commit f2a9980638
8 changed files with 10 additions and 137 deletions

View File

@@ -1,6 +1,6 @@
/** @defgroup rtc_file RTC
/** @defgroup rtc_file
*
* @ingroup STM32F4xx
* @ingroup peripheral_apis
*
* @brief <b>libopencm3 STM32F4xx RTC</b>
*
@@ -32,6 +32,7 @@
#include <libopencm3/cm3/nvic.h>
#include <libopencm3/stm32/rtc.h>
/**@{*/
/*---------------------------------------------------------------------------*/
/** @brief Enable the wakeup timer
@@ -95,3 +96,5 @@ void rtc_disable_wakeup_timer_interrupt(void)
/* 3. Disable RTC wakeup timer event. */
RTC_CR &= ~RTC_CR_WUTIE;
}
/**@}*/