summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_pwr.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_pwr.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_pwr.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_pwr.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_pwr.h
index 0d4624022c..0cb0a80130 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_pwr.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_pwr.h
@@ -39,6 +39,7 @@
/* Exported types ------------------------------------------------------------*/
/** @defgroup PWR_Exported_Types PWR Exported Types
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -64,10 +65,12 @@ typedef struct
/* Exported constants --------------------------------------------------------*/
/** @defgroup PWR_Exported_Constants PWR Exported Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup PWR_PVD_detection_level PWR PVD detection level
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_PVDLEVEL_0 PWR_CR1_PLS_LEV0 /*!< Programmable voltage detector
@@ -91,6 +94,7 @@ typedef struct
*/
/** @defgroup PWR_PVD_Mode PWR PVD Mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_PVD_MODE_NORMAL (0x00000000U) /*!< Basic mode is used */
@@ -105,6 +109,7 @@ typedef struct
*/
/** @defgroup PWR_Regulator_state_in_STOP_mode PWR Regulator state in SLEEP/STOP mode
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_MAINREGULATOR_ON (0U)
@@ -114,6 +119,7 @@ typedef struct
*/
/** @defgroup PWR_SLEEP_mode_entry PWR SLEEP mode entry
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_SLEEPENTRY_WFI (0x01U)
@@ -123,6 +129,7 @@ typedef struct
*/
/** @defgroup PWR_STOP_mode_entry PWR STOP mode entry
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_STOPENTRY_WFI (0x01U)
@@ -132,6 +139,7 @@ typedef struct
*/
/** @defgroup PWR_Regulator_Voltage_Scale PWR Regulator Voltage Scale
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#if defined(PWR_SRDCR_VOS)
@@ -150,6 +158,7 @@ typedef struct
*/
/** @defgroup PWR_Flag PWR Flag
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* PWR CPU flag */
@@ -199,6 +208,7 @@ typedef struct
*/
/** @defgroup PWR_ENABLE_WUP_Mask PWR Enable WUP Mask
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_EWUP_MASK (0x0FFF3F3FU)
@@ -211,6 +221,7 @@ typedef struct
*/
/* Exported macro ------------------------------------------------------------*/
/** @defgroup PWR_Exported_Macro PWR Exported Macro
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
@@ -690,10 +701,12 @@ void HAL_PWR_DisableSEVOnPend(void);
/* Private variables ---------------------------------------------------------*/
/* Private constants ---------------------------------------------------------*/
/** @defgroup PWR_Private_Constants PWR Private Constants
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup PWR_PVD_EXTI_Line PWR PVD EXTI Line
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
#define PWR_EXTI_LINE_PVD EXTI_IMR1_IM16 /*!< External interrupt line 16
@@ -707,10 +720,12 @@ void HAL_PWR_DisableSEVOnPend(void);
*/
/* Private macros ------------------------------------------------------------*/
/** @defgroup PWR_Private_Macros PWR Private Macros
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/** @defgroup PWR_IS_PWR_Definitions PWR Private macros to check input parameters
+ * @ingroup RTEMSBSPsARMSTM32H7
* @{
*/
/* Check PVD level parameter */