STM32H735xx HAL User Manual
Defines
PWREx VBAT Thresholds
PWREx Exported Constants

Defines

#define PWR_VBAT_BETWEEN_HIGH_LOW_THRESHOLD   (0x00000000U)
#define PWR_VBAT_BELOW_LOW_THRESHOLD   PWR_CR2_VBATL
#define PWR_VBAT_ABOVE_HIGH_THRESHOLD   PWR_CR2_VBATH

Define Documentation

#define PWR_VBAT_ABOVE_HIGH_THRESHOLD   PWR_CR2_VBATH

Definition at line 311 of file stm32h7xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_GetVBATLevel().

#define PWR_VBAT_BELOW_LOW_THRESHOLD   PWR_CR2_VBATL

Definition at line 310 of file stm32h7xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_GetVBATLevel().

#define PWR_VBAT_BETWEEN_HIGH_LOW_THRESHOLD   (0x00000000U)

Definition at line 309 of file stm32h7xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_GetVBATLevel().