summaryrefslogtreecommitdiff
path: root/bsps/arm/stm32h7/hal/stm32h7xx_hal_pwr_ex.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/hal/stm32h7xx_hal_pwr_ex.c')
-rw-r--r--bsps/arm/stm32h7/hal/stm32h7xx_hal_pwr_ex.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/hal/stm32h7xx_hal_pwr_ex.c b/bsps/arm/stm32h7/hal/stm32h7xx_hal_pwr_ex.c
index 5d51ceb850..d329d0a85b 100644
--- a/bsps/arm/stm32h7/hal/stm32h7xx_hal_pwr_ex.c
+++ b/bsps/arm/stm32h7/hal/stm32h7xx_hal_pwr_ex.c
@@ -157,6 +157,7 @@
*/
/** @defgroup PWREx PWREx
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief PWR Extended HAL module driver
* @{
*/
@@ -171,6 +172,7 @@
*/
/** @defgroup PWREx_AVD_Mode_Mask PWR Extended AVD Mode Mask
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define AVD_MODE_IT (0x00010000U)
@@ -183,6 +185,7 @@
*/
/** @defgroup PWREx_REG_SET_TIMEOUT PWR Extended Flag Setting Time Out Value
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_FLAG_SETTING_DELAY (1000U)
@@ -191,6 +194,7 @@
*/
/** @defgroup PWREx_WakeUp_Pins_Offsets PWREx Wake-Up Pins masks and offsets
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* Wake-Up Pins EXTI register mask */
@@ -221,10 +225,12 @@
/* Exported functions --------------------------------------------------------*/
/** @defgroup PWREx_Exported_Functions PWREx Exported Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup PWREx_Exported_Functions_Group1 Power Supply Control Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Power supply control functions
*
@verbatim
@@ -560,6 +566,7 @@ uint32_t HAL_PWREx_GetStopModeVoltageRange (void)
*/
/** @defgroup PWREx_Exported_Functions_Group2 Low Power Control Functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Low power control functions
*
@verbatim
@@ -1544,6 +1551,7 @@ __weak void HAL_PWREx_WKUP6_Callback (void)
*/
/** @defgroup PWREx_Exported_Functions_Group3 Peripherals control functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Peripherals control functions
*
@verbatim
@@ -1809,6 +1817,7 @@ void HAL_PWREx_DisableAnalogBooster (void)
*/
/** @defgroup PWREx_Exported_Functions_Group4 Power Monitoring functions
+ * @ingroup RTEMSBSPsARMSTM32H7
* @brief Power Monitoring functions
*
@verbatim