stm32: f24: doxygen updates for flash program width.

More doxygen, more better.
This commit is contained in:
Karl Palsson
2015-07-31 03:48:03 +00:00
parent ec15c1ca64
commit 40cde559a7
2 changed files with 6 additions and 2 deletions

View File

@@ -78,10 +78,15 @@
#define FLASH_CR_SNB_MASK 0x1f
#define FLASH_CR_PROGRAM_MASK 0x3
#define FLASH_CR_PROGRAM_SHIFT 8
/** @defgroup flash_cr_program_width Flash programming width
@ingroup flash_group
@{*/
#define FLASH_CR_PROGRAM_X8 0
#define FLASH_CR_PROGRAM_X16 1
#define FLASH_CR_PROGRAM_X32 2
#define FLASH_CR_PROGRAM_X64 3
/**@}*/
/* --- FLASH_OPTCR values -------------------------------------------------- */