summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
diff options
context:
space:
mode:
authorKarel Gardas <karel@functional.vision>2023-07-21 14:24:09 +0200
committerKarel Gardas <karel@functional.vision>2023-07-31 15:15:10 +0200
commitba8ac65929f9e82892d44779a3c37d4cfea14ec7 (patch)
tree0606d24aa7ae7ec806837f2e67c70833ae0c58ee /bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
parentbsps/stm32h7: workaround compilation issue with libbsd (diff)
downloadrtems-ba8ac65929f9e82892d44779a3c37d4cfea14ec7.tar.bz2
bsp/stm32h7: Add and use BSP Doxygen group
Inspired by: commit fe58f6ce4bf1ff5e92d64b9fee0cb46b6ac06e64 Author: Sebastian Huber <sebastian.huber@embedded-brains.de> Date: Thu Nov 26 08:13:52 2020 +0100 bsp/stm32h7: Add and use BSP Doxygen group Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
index b771887a86..e09a323b83 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
@@ -27,6 +27,7 @@
*/
/** @defgroup RCCEx RCCEx
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief RCC HAL module driver
* @{
*/
@@ -36,6 +37,7 @@
/* Private typedef -----------------------------------------------------------*/
/* Private defines -----------------------------------------------------------*/
/** @defgroup RCCEx_Private_defines RCCEx Private Defines
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PLL2_TIMEOUT_VALUE PLL_TIMEOUT_VALUE /* 2 ms */
@@ -50,6 +52,7 @@
/* Private macros ------------------------------------------------------------*/
/** @defgroup RCCEx_Private_Macros RCCEx Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**
@@ -63,10 +66,12 @@ static HAL_StatusTypeDef RCCEx_PLL3_Config(RCC_PLL3InitTypeDef *pll3, uint32_t D
/* Exported functions --------------------------------------------------------*/
/** @defgroup RCCEx_Exported_Functions RCCEx Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup RCCEx_Exported_Functions_Group1 Extended Peripheral Control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Extended Peripheral Control functions
*
@verbatim
@@ -3170,6 +3175,7 @@ uint32_t HAL_RCCEx_GetD1SysClockFreq(void)
*/
/** @defgroup RCCEx_Exported_Functions_Group2 Extended System Control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Extended Peripheral Control functions
* @{
*/
@@ -3311,6 +3317,7 @@ void HAL_RCCEx_WWDGxSysResetConfig(uint32_t RCC_WWDGx)
*/
/** @defgroup RCCEx_Exported_Functions_Group3 Extended Clock Recovery System Control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Extended Clock Recovery System Control functions
*
@verbatim
@@ -3679,6 +3686,7 @@ __weak void HAL_RCCEx_CRS_ErrorCallback(uint32_t Error)
*/
/** @defgroup RCCEx_Private_functions RCCEx Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**