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>2019-05-22 00:47:24 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-05-22 00:47:24 +0300
commit75748a7bfc686873d23bffe982a379088996cfcf (patch)
tree92b9a6f4691d31b8ba68cb20ac5e724d57172052 /include/libopencm3
parent4aa9e484f6b674b1fa112a3dd68349f2eba74945 (diff)
stm32g0: flash doc: group registers
Diffstat (limited to 'include/libopencm3')
-rw-r--r--include/libopencm3/stm32/g0/flash.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/g0/flash.h b/include/libopencm3/stm32/g0/flash.h
index cc667d9c..63fded55 100644
--- a/include/libopencm3/stm32/g0/flash.h
+++ b/include/libopencm3/stm32/g0/flash.h
@@ -31,7 +31,8 @@
#include <libopencm3/stm32/common/flash_common_all.h>
-/* --- FLASH registers ------------------------------------------------------ */
+/** @defgroup flash_registers FLASH Registers
+@{*/
#define FLASH_ACR MMIO32(FLASH_MEM_INTERFACE_BASE + 0x00)
#define FLASH_KEYR MMIO32(FLASH_MEM_INTERFACE_BASE + 0x08)
#define FLASH_OPTKEYR MMIO32(FLASH_MEM_INTERFACE_BASE + 0x0c)
@@ -46,6 +47,7 @@
#define FLASH_PCROP1BSR MMIO32(FLASH_MEM_INTERFACE_BASE + 0x34)
#define FLASH_PCROP1BER MMIO32(FLASH_MEM_INTERFACE_BASE + 0x38)
#define FLASH_SECR MMIO32(FLASH_MEM_INTERFACE_BASE + 0x80)
+/**@}*/
/* --- FLASH_ACR values ----------------------------------------------------- */