doc: stm32f7: rcc: add missing top level groups

This commit is contained in:
Karl Palsson 2019-06-25 12:52:58 +00:00
parent 1f359e0cb8
commit f63145db07
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,8 @@
#include <libopencm3/stm32/f7/pwr.h>
/**@{*/
/* --- RCC registers ------------------------------------------------------- */
#define RCC_CR MMIO32(RCC_BASE + 0x00)
@ -958,4 +960,6 @@ void rcc_clock_setup_hse(const struct rcc_clock_scale *clock, uint32_t hse_mhz);
void rcc_clock_setup_hsi(const struct rcc_clock_scale *clock);
END_DECLS
/**@}*/
#endif