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:
Diffstat (limited to 'include/libopencm3/cm3/scs.h')
-rw-r--r--include/libopencm3/cm3/scs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/libopencm3/cm3/scs.h b/include/libopencm3/cm3/scs.h
index 391270ee..898a8fb9 100644
--- a/include/libopencm3/cm3/scs.h
+++ b/include/libopencm3/cm3/scs.h
@@ -28,7 +28,9 @@
* Processors" for details on System Timer/SysTick.
*/
-/*
+/**
+ * @defgroup cm_scs Cortex-M System Control Space
+ * @ingroup CM3_defines
* The System Control Space (SCS) is a memory-mapped 4KB address space that
* provides 32-bit registers for configuration, status reporting and control.
* The SCS registers divide into the following groups:
@@ -328,4 +330,5 @@
/* CoreSight Lock Access key, common for all */
#define SCS_LAR_KEY 0xC5ACCE55
+/**@}*/
#endif