STM32H735xx HAL User Manual
Defines
PWR Flag
PWR Exported Constants

Defines

#define PWR_FLAG_STOP   (0x01U)
#define PWR_FLAG_SB_D1   (0x02U)
#define PWR_FLAG_SB_D2   (0x03U)
#define PWR_FLAG_SB   (0x04U)
#define PWR_FLAG_PVDO   (0x0BU)
#define PWR_FLAG_AVDO   (0x0CU)
#define PWR_FLAG_ACTVOSRDY   (0x0DU)
#define PWR_FLAG_ACTVOS   (0x0EU)
#define PWR_FLAG_BRR   (0x0FU)
#define PWR_FLAG_VOSRDY   (0x10U)
#define PWR_FLAG_SMPSEXTRDY   (0x11U)
#define PWR_FLAG_USB33RDY   (0x13U)
#define PWR_FLAG_TEMPH   (0x14U)
#define PWR_FLAG_TEMPL   (0x15U)
#define PWR_FLAG_VBATH   (0x16U)
#define PWR_FLAG_VBATL   (0x17U)
#define PWR_FLAG_WKUP1   PWR_WKUPCR_WKUPC1
#define PWR_FLAG_WKUP2   PWR_WKUPCR_WKUPC2
#define PWR_FLAG_WKUP3   PWR_WKUPCR_WKUPC3
#define PWR_FLAG_WKUP4   PWR_WKUPCR_WKUPC4
#define PWR_FLAG_WKUP5   PWR_WKUPCR_WKUPC5
#define PWR_FLAG_WKUP6   PWR_WKUPCR_WKUPC6

Define Documentation

#define PWR_FLAG_ACTVOS   (0x0EU)

Definition at line 172 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_ACTVOSRDY   (0x0DU)

Definition at line 171 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_ConfigSupply(), and HAL_PWREx_ControlVoltageScaling().

#define PWR_FLAG_AVDO   (0x0CU)

Definition at line 170 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_BRR   (0x0FU)

Definition at line 173 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_DisableBkUpReg(), and HAL_PWREx_EnableBkUpReg().

#define PWR_FLAG_PVDO   (0x0BU)

Definition at line 169 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_SB   (0x04U)

Definition at line 160 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_SB_D1   (0x02U)

Definition at line 157 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_SB_D2   (0x03U)

Definition at line 158 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_SMPSEXTRDY   (0x11U)

Definition at line 176 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_ConfigSupply().

#define PWR_FLAG_STOP   (0x01U)

Definition at line 155 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_TEMPH   (0x14U)

Definition at line 184 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_TEMPL   (0x15U)

Definition at line 185 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_USB33RDY   (0x13U)

Definition at line 183 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_DisableUSBReg(), and HAL_PWREx_EnableUSBReg().

#define PWR_FLAG_VBATH   (0x16U)

Definition at line 186 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_VBATL   (0x17U)

Definition at line 187 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_VOSRDY   (0x10U)

Definition at line 174 of file stm32h7xx_hal_pwr.h.

#define PWR_FLAG_WKUP1   PWR_WKUPCR_WKUPC1

Definition at line 190 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_WAKEUP_PIN_IRQHandler().

#define PWR_FLAG_WKUP2   PWR_WKUPCR_WKUPC2

Definition at line 191 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_WAKEUP_PIN_IRQHandler().

#define PWR_FLAG_WKUP3   PWR_WKUPCR_WKUPC3

Definition at line 192 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_WAKEUP_PIN_IRQHandler().

#define PWR_FLAG_WKUP4   PWR_WKUPCR_WKUPC4

Definition at line 193 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_WAKEUP_PIN_IRQHandler().

#define PWR_FLAG_WKUP5   PWR_WKUPCR_WKUPC5

Definition at line 194 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_WAKEUP_PIN_IRQHandler().

#define PWR_FLAG_WKUP6   PWR_WKUPCR_WKUPC6

Definition at line 195 of file stm32h7xx_hal_pwr.h.

Referenced by HAL_PWREx_WAKEUP_PIN_IRQHandler().