stm32f0: rcc: doxygen update prediv

After adding support to the f3, add missing doxygen support to the f0
equivalent.  This improves things and keeps them consistent until/if they are
pulled out as common code.
This commit is contained in:
Karl Palsson
2015-11-04 22:13:47 +00:00
parent a444aa4476
commit fd100ea6c2
2 changed files with 10 additions and 1 deletions

View File

@@ -318,6 +318,9 @@ Control</b>
/* --- RCC_CFGR2 values ---------------------------------------------------- */
#define RCC_CFGR2_PREDIV 0xf
/** @defgroup rcc_cfgr2_prediv PLL source predividers
@ingroup rcc_defines
@{*/
#define RCC_CFGR2_PREDIV_NODIV 0x0
#define RCC_CFGR2_PREDIV_DIV2 0x1
#define RCC_CFGR2_PREDIV_DIV3 0x2
@@ -334,6 +337,7 @@ Control</b>
#define RCC_CFGR2_PREDIV_DIV14 0xd
#define RCC_CFGR2_PREDIV_DIV15 0xe
#define RCC_CFGR2_PREDIV_DIV16 0xf
/**@}*/
/* --- RCC_CFGR3 values ---------------------------------------------------- */