STM32L486xx HAL User Manual
Defines
PVDLEVEL
PWR Exported Constants

Defines

#define LL_PWR_PVDLEVEL_0   (PWR_CR2_PLS_LEV0) /* VPVD0 around 2.0 V */
#define LL_PWR_PVDLEVEL_1   (PWR_CR2_PLS_LEV1) /* VPVD1 around 2.2 V */
#define LL_PWR_PVDLEVEL_2   (PWR_CR2_PLS_LEV2) /* VPVD2 around 2.4 V */
#define LL_PWR_PVDLEVEL_3   (PWR_CR2_PLS_LEV3) /* VPVD3 around 2.5 V */
#define LL_PWR_PVDLEVEL_4   (PWR_CR2_PLS_LEV4) /* VPVD4 around 2.6 V */
#define LL_PWR_PVDLEVEL_5   (PWR_CR2_PLS_LEV5) /* VPVD5 around 2.8 V */
#define LL_PWR_PVDLEVEL_6   (PWR_CR2_PLS_LEV6) /* VPVD6 around 2.9 V */
#define LL_PWR_PVDLEVEL_7   (PWR_CR2_PLS_LEV7) /* External input analog voltage (Compare internally to VREFINT) */

Define Documentation

#define LL_PWR_PVDLEVEL_0   (PWR_CR2_PLS_LEV0) /* VPVD0 around 2.0 V */

Definition at line 159 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_1   (PWR_CR2_PLS_LEV1) /* VPVD1 around 2.2 V */

Definition at line 160 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_2   (PWR_CR2_PLS_LEV2) /* VPVD2 around 2.4 V */

Definition at line 161 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_3   (PWR_CR2_PLS_LEV3) /* VPVD3 around 2.5 V */

Definition at line 162 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_4   (PWR_CR2_PLS_LEV4) /* VPVD4 around 2.6 V */

Definition at line 163 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_5   (PWR_CR2_PLS_LEV5) /* VPVD5 around 2.8 V */

Definition at line 164 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_6   (PWR_CR2_PLS_LEV6) /* VPVD6 around 2.9 V */

Definition at line 165 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVDLEVEL_7   (PWR_CR2_PLS_LEV7) /* External input analog voltage (Compare internally to VREFINT) */

Definition at line 166 of file stm32l4xx_ll_pwr.h.