From ebe4224dcecbb6f12a90d086acd50f6657db8ddb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 23 May 2023 14:34:21 +0200 Subject: bsps/arm: Improve Doxygen groups --- bsps/arm/include/bsp/arm-a9mpcore-irq.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'bsps/arm/include/bsp/arm-a9mpcore-irq.h') diff --git a/bsps/arm/include/bsp/arm-a9mpcore-irq.h b/bsps/arm/include/bsp/arm-a9mpcore-irq.h index 543433919a..6cf1ae122a 100644 --- a/bsps/arm/include/bsp/arm-a9mpcore-irq.h +++ b/bsps/arm/include/bsp/arm-a9mpcore-irq.h @@ -1,11 +1,11 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /** - * @file + * @file * - * @ingroup RTEMSBSPsARMShared + * @ingroup A9MPCoreSupport * - * @brief ARM_A9MPCORE_IRQ Support + * @brief This header file provides the interfaces of the @ref A9MPCoreSupport. */ /* @@ -40,12 +40,20 @@ extern "C" { #endif /* __cplusplus */ +/** + * @addtogroup A9MPCoreSupport + * + * @{ + */ + #define A9MPCORE_IRQ_GT 27 #define A9MPCORE_IRQ_NFIQ 28 #define A9MPCORE_IRQ_PT 29 #define A9MPCORE_IRQ_PW 30 #define A9MPCORE_IRQ_NIRQ 31 +/** @} */ + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3