doxygen: score: Put ARM Co-Processor 15 group in ARM

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-01 09:14:14 +02:00
committed by Sebastian Huber
parent b07c721fc4
commit 493c1e8a7f

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ScoreCPUARMCP15 * @ingroup RTEMSScoreCPUARMCP15
* *
* @brief ARM co-processor 15 (CP15) API. * @brief ARM co-processor 15 (CP15) API.
*/ */
@@ -45,9 +45,9 @@ extern "C" {
((const void *) (((uint32_t) (mva)) & ~0x3fU)) ((const void *) (((uint32_t) (mva)) & ~0x3fU))
/** /**
* @defgroup ScoreCPUARMCP15 ARM Co-Processor 15 Support * @defgroup RTEMSScoreCPUARMCP15 ARM Co-Processor 15 Support
* *
* @ingroup ScoreCPUARM * @ingroup RTEMSScoreCPUARM
* *
* @brief ARM co-processor 15 (CP15) support. * @brief ARM co-processor 15 (CP15) support.
* *