From ba8ac65929f9e82892d44779a3c37d4cfea14ec7 Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Fri, 21 Jul 2023 14:24:09 +0200 Subject: bsp/stm32h7: Add and use BSP Doxygen group Inspired by: commit fe58f6ce4bf1ff5e92d64b9fee0cb46b6ac06e64 Author: Sebastian Huber Date: Thu Nov 26 08:13:52 2020 +0100 bsp/stm32h7: Add and use BSP Doxygen group Update #3910. --- bsps/arm/stm32h7/hal/stm32h7xx_ll_delayblock.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_ll_delayblock.c') diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_ll_delayblock.c b/bsps/arm/stm32h7/hal/stm32h7xx_ll_delayblock.c index d7ac9bcedb..00fc5e316f 100644 --- a/bsps/arm/stm32h7/hal/stm32h7xx_ll_delayblock.c +++ b/bsps/arm/stm32h7/hal/stm32h7xx_ll_delayblock.c @@ -55,6 +55,7 @@ */ /** @defgroup DELAYBLOCK_LL DELAYBLOCK_LL + * @ingroup RTEMSBSPsARMSTM32H7 * @brief Low layer module for Delay Block * @{ */ @@ -64,6 +65,7 @@ /* Private typedef -----------------------------------------------------------*/ /* Private define ------------------------------------------------------------*/ /** @defgroup DelayBlock_LL_Private_Defines Delay Block Low Layer Private Defines + * @ingroup RTEMSBSPsARMSTM32H7 * @{ */ #define DLYB_TIMEOUT 0xFFU @@ -76,10 +78,12 @@ /* Exported functions --------------------------------------------------------*/ /** @defgroup DelayBlock_LL_Exported_Functions Delay Block Low Layer Exported Functions + * @ingroup RTEMSBSPsARMSTM32H7 * @{ */ /** @defgroup HAL_DELAY_LL_Group1 Initialization de-initialization functions + * @ingroup RTEMSBSPsARMSTM32H7 * @brief Initialization and Configuration functions * @verbatim -- cgit v1.2.3