STM32H735xx HAL User Manual
Defines
Power Digital Voltage Level Detector
PWR Exported Constants

Defines

#define LL_PWR_PVDLEVEL_0   PWR_CR1_PLS_LEV0
#define LL_PWR_PVDLEVEL_1   PWR_CR1_PLS_LEV1
#define LL_PWR_PVDLEVEL_2   PWR_CR1_PLS_LEV2
#define LL_PWR_PVDLEVEL_3   PWR_CR1_PLS_LEV3
#define LL_PWR_PVDLEVEL_4   PWR_CR1_PLS_LEV4
#define LL_PWR_PVDLEVEL_5   PWR_CR1_PLS_LEV5
#define LL_PWR_PVDLEVEL_6   PWR_CR1_PLS_LEV6
#define LL_PWR_PVDLEVEL_7   PWR_CR1_PLS_LEV7

Define Documentation

#define LL_PWR_PVDLEVEL_0   PWR_CR1_PLS_LEV0

Voltage threshold detected by PVD 1.95 V

Definition at line 233 of file stm32h7xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_1   PWR_CR1_PLS_LEV1

Voltage threshold detected by PVD 2.1 V

Definition at line 234 of file stm32h7xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_2   PWR_CR1_PLS_LEV2

Voltage threshold detected by PVD 2.25 V

Definition at line 235 of file stm32h7xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_3   PWR_CR1_PLS_LEV3

Voltage threshold detected by PVD 2.4 V

Definition at line 236 of file stm32h7xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_4   PWR_CR1_PLS_LEV4

Voltage threshold detected by PVD 2.55 V

Definition at line 237 of file stm32h7xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_5   PWR_CR1_PLS_LEV5

Voltage threshold detected by PVD 2.7 V

Definition at line 238 of file stm32h7xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_6   PWR_CR1_PLS_LEV6

Voltage threshold detected by PVD 2.85 V

Definition at line 239 of file stm32h7xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_7   PWR_CR1_PLS_LEV7

External voltage level on PVD_IN pin, compared to internal VREFINT level.

Definition at line 240 of file stm32h7xx_ll_pwr.h.