STM32L486xx HAL User Manual
Defines
Peripheral voltage monitoring
PWR Exported Constants

Defines

#define LL_PWR_PVM_VDDUSB_1_2V   (PWR_CR2_PVME1) /* Monitoring VDDUSB vs. 1.2V */
#define LL_PWR_PVM_VDDIO2_0_9V   (PWR_CR2_PVME2) /* Monitoring VDDIO2 vs. 0.9V */
#define LL_PWR_PVM_VDDA_1_62V   (PWR_CR2_PVME3) /* Monitoring VDDA vs. 1.62V */
#define LL_PWR_PVM_VDDA_2_2V   (PWR_CR2_PVME4) /* Monitoring VDDA vs. 2.2V */

Define Documentation

#define LL_PWR_PVM_VDDA_1_62V   (PWR_CR2_PVME3) /* Monitoring VDDA vs. 1.62V */

Definition at line 147 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVM_VDDA_2_2V   (PWR_CR2_PVME4) /* Monitoring VDDA vs. 2.2V */

Definition at line 150 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVM_VDDIO2_0_9V   (PWR_CR2_PVME2) /* Monitoring VDDIO2 vs. 0.9V */

Definition at line 144 of file stm32l4xx_ll_pwr.h.

#define LL_PWR_PVM_VDDUSB_1_2V   (PWR_CR2_PVME1) /* Monitoring VDDUSB vs. 1.2V */

Definition at line 141 of file stm32l4xx_ll_pwr.h.