STM32L486xx HAL User Manual
Defines
Programmable Voltage Detection levels
PWR Exported Constants

Defines

#define PWR_PVDLEVEL_0   PWR_CR2_PLS_LEV0
#define PWR_PVDLEVEL_1   PWR_CR2_PLS_LEV1
#define PWR_PVDLEVEL_2   PWR_CR2_PLS_LEV2
#define PWR_PVDLEVEL_3   PWR_CR2_PLS_LEV3
#define PWR_PVDLEVEL_4   PWR_CR2_PLS_LEV4
#define PWR_PVDLEVEL_5   PWR_CR2_PLS_LEV5
#define PWR_PVDLEVEL_6   PWR_CR2_PLS_LEV6
#define PWR_PVDLEVEL_7   PWR_CR2_PLS_LEV7

Define Documentation

#define PWR_PVDLEVEL_0   PWR_CR2_PLS_LEV0

PVD threshold around 2.0 V

Definition at line 88 of file stm32l4xx_hal_pwr.h.

#define PWR_PVDLEVEL_1   PWR_CR2_PLS_LEV1

PVD threshold around 2.2 V

Definition at line 89 of file stm32l4xx_hal_pwr.h.

#define PWR_PVDLEVEL_2   PWR_CR2_PLS_LEV2

PVD threshold around 2.4 V

Definition at line 90 of file stm32l4xx_hal_pwr.h.

#define PWR_PVDLEVEL_3   PWR_CR2_PLS_LEV3

PVD threshold around 2.5 V

Definition at line 91 of file stm32l4xx_hal_pwr.h.

#define PWR_PVDLEVEL_4   PWR_CR2_PLS_LEV4

PVD threshold around 2.6 V

Definition at line 92 of file stm32l4xx_hal_pwr.h.

#define PWR_PVDLEVEL_5   PWR_CR2_PLS_LEV5

PVD threshold around 2.8 V

Definition at line 93 of file stm32l4xx_hal_pwr.h.

#define PWR_PVDLEVEL_6   PWR_CR2_PLS_LEV6

PVD threshold around 2.9 V

Definition at line 94 of file stm32l4xx_hal_pwr.h.

#define PWR_PVDLEVEL_7   PWR_CR2_PLS_LEV7

External input analog voltage (compared internally to VREFINT)

Definition at line 95 of file stm32l4xx_hal_pwr.h.