STM32L486xx HAL User Manual
Defines
Peripheral Voltage Monitoring type
PWR Extended Exported Constants

Defines

#define PWR_PVM_1   PWR_CR2_PVME1
#define PWR_PVM_2   PWR_CR2_PVME2
#define PWR_PVM_3   PWR_CR2_PVME3
#define PWR_PVM_4   PWR_CR2_PVME4

Define Documentation

#define PWR_PVM_1   PWR_CR2_PVME1

Peripheral Voltage Monitoring 1 enable: VDDUSB versus 1.2 V (applicable when USB feature is supported)

Definition at line 126 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ConfigPVM(), HAL_PWREx_DisablePVM1(), and HAL_PWREx_EnablePVM1().

#define PWR_PVM_2   PWR_CR2_PVME2

Peripheral Voltage Monitoring 2 enable: VDDIO2 versus 0.9 V (applicable when VDDIO2 is present on device)

Definition at line 129 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ConfigPVM(), HAL_PWREx_DisablePVM2(), and HAL_PWREx_EnablePVM2().

#define PWR_PVM_3   PWR_CR2_PVME3

Peripheral Voltage Monitoring 3 enable: VDDA versus 1.62 V

Definition at line 131 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ConfigPVM(), HAL_PWREx_DisablePVM3(), and HAL_PWREx_EnablePVM3().

#define PWR_PVM_4   PWR_CR2_PVME4

Peripheral Voltage Monitoring 4 enable: VDDA versus 2.2 V

Definition at line 132 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ConfigPVM(), HAL_PWREx_DisablePVM4(), and HAL_PWREx_EnablePVM4().