summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c7
1 files changed, 7 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 0aef587505..8fd8ff05ed 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_rcc_ex.c
@@ -30,6 +30,7 @@
*/
/** @defgroup RCCEx RCCEx
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief RCC HAL module driver
* @{
*/
@@ -39,6 +40,7 @@
/* Private typedef -----------------------------------------------------------*/
/* Private defines -----------------------------------------------------------*/
/** @defgroup RCCEx_Private_defines Private Defines
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PLL2_TIMEOUT_VALUE PLL_TIMEOUT_VALUE /* 2 ms */
@@ -57,10 +59,12 @@ static HAL_StatusTypeDef RCCEx_PLL3_Config(const RCC_PLL3InitTypeDef *pll3, uint
/* Exported functions --------------------------------------------------------*/
/** @defgroup RCCEx_Exported_Functions Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup RCCEx_Exported_Functions_Group1 Extended Peripheral Control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Extended Peripheral Control functions
*
@verbatim
@@ -2673,6 +2677,7 @@ uint32_t common_system_clock;
*/
/** @defgroup RCCEx_Exported_Functions_Group2 Extended System Control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Extended Peripheral Control functions
* @{
*/
@@ -2814,6 +2819,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
@@ -3181,6 +3187,7 @@ __weak void HAL_RCCEx_CRS_ErrorCallback(uint32_t Error)
*/
/** @defgroup RCCEx_Private_functions Private Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/**