doc: stm32f7: rcc: add missing top level groups
This commit is contained in:
parent
1f359e0cb8
commit
f63145db07
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
#include <libopencm3/stm32/f7/pwr.h>
|
#include <libopencm3/stm32/f7/pwr.h>
|
||||||
|
|
||||||
|
/**@{*/
|
||||||
|
|
||||||
/* --- RCC registers ------------------------------------------------------- */
|
/* --- RCC registers ------------------------------------------------------- */
|
||||||
|
|
||||||
#define RCC_CR MMIO32(RCC_BASE + 0x00)
|
#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);
|
void rcc_clock_setup_hsi(const struct rcc_clock_scale *clock);
|
||||||
END_DECLS
|
END_DECLS
|
||||||
|
|
||||||
|
/**@}*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user