Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2015-07-31 06:48:03 +0300
committerKarl Palsson <karlp@tweak.net.au>2015-07-31 06:51:32 +0300
commit40cde559a72b54cb8f5f68c438666defc20c8a32 (patch)
treefd5d566c8e377bd92d4a7a1265cee0c88a77fc6c /include/libopencm3/stm32/common/flash_common_f24.h
parentec15c1ca64fbfa8311be5ac22de11b8e41764ff0 (diff)
stm32: f24: doxygen updates for flash program width.
More doxygen, more better.
Diffstat (limited to 'include/libopencm3/stm32/common/flash_common_f24.h')
-rw-r--r--include/libopencm3/stm32/common/flash_common_f24.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/common/flash_common_f24.h b/include/libopencm3/stm32/common/flash_common_f24.h
index c33d2dba..3548518a 100644
--- a/include/libopencm3/stm32/common/flash_common_f24.h
+++ b/include/libopencm3/stm32/common/flash_common_f24.h
@@ -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 -------------------------------------------------- */