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_hal_eth.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c') diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c index 9396759326..526e83e140 100644 --- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c +++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_eth.c @@ -185,6 +185,7 @@ #if defined(ETH) /** @defgroup ETH ETH + * @ingroup RTEMSBSPsARMSTM32H7 * @brief ETH HAL module driver * @{ */ @@ -228,6 +229,7 @@ /* Private macros ------------------------------------------------------------*/ /** @defgroup ETH_Private_Macros ETH Private Macros + * @ingroup RTEMSBSPsARMSTM32H7 * @{ */ /* Helper macros for TX descriptor handling */ @@ -248,6 +250,7 @@ */ /* Private function prototypes -----------------------------------------------*/ /** @defgroup ETH_Private_Functions ETH Private Functions + * @ingroup RTEMSBSPsARMSTM32H7 * @{ */ static void ETH_SetMACConfig(ETH_HandleTypeDef *heth, ETH_MACConfigTypeDef *macconf); @@ -267,10 +270,12 @@ static void ETH_InitCallbacksToDefault(ETH_HandleTypeDef *heth); /* Exported functions ---------------------------------------------------------*/ /** @defgroup ETH_Exported_Functions ETH Exported Functions + * @ingroup RTEMSBSPsARMSTM32H7 * @{ */ /** @defgroup ETH_Exported_Functions_Group1 Initialization and deinitialization functions + * @ingroup RTEMSBSPsARMSTM32H7 * @brief Initialization and Configuration functions * @verbatim @@ -690,6 +695,7 @@ HAL_StatusTypeDef HAL_ETH_UnRegisterCallback(ETH_HandleTypeDef *heth, HAL_ETH_Ca */ /** @defgroup ETH_Exported_Functions_Group2 IO operation functions + * @ingroup RTEMSBSPsARMSTM32H7 * @brief ETH Transmit and Receive functions * @verbatim @@ -2229,6 +2235,7 @@ HAL_StatusTypeDef HAL_ETH_WritePHYRegister(ETH_HandleTypeDef *heth, uint32_t PHY */ /** @defgroup ETH_Exported_Functions_Group3 Peripheral Control functions + * @ingroup RTEMSBSPsARMSTM32H7 * @brief ETH control functions * @verbatim @@ -2686,6 +2693,7 @@ HAL_StatusTypeDef HAL_ETH_SetWakeUpFilter(ETH_HandleTypeDef *heth, uint32_t *pFi */ /** @defgroup ETH_Exported_Functions_Group4 Peripheral State and Errors functions + * @ingroup RTEMSBSPsARMSTM32H7 * @brief ETH State and Errors functions * @verbatim -- cgit v1.2.3