STM32L486xx HAL User Manual
Data Fields
PWR_PVMTypeDef Struct Reference

PWR PVM configuration structure definition. More...

#include <stm32l4xx_hal_pwr_ex.h>

Data Fields

uint32_t PVMType
uint32_t Mode

Detailed Description

PWR PVM configuration structure definition.

Definition at line 66 of file stm32l4xx_hal_pwr_ex.h.


Field Documentation

Mode: Specifies the operating mode for the selected pins. This parameter can be a value of PWR PVM interrupt and event mode.

Definition at line 77 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ConfigPVM().

PVMType: Specifies which voltage is monitored and against which threshold. This parameter can be a value of Peripheral Voltage Monitoring type.

  • PWR_PVM_1 Peripheral Voltage Monitoring 1 enable: VDDUSB versus 1.2 V (applicable when USB feature is supported).
  • PWR_PVM_2 Peripheral Voltage Monitoring 2 enable: VDDIO2 versus 0.9 V (applicable when VDDIO2 is present on device).
  • PWR_PVM_3 Peripheral Voltage Monitoring 3 enable: VDDA versus 1.62 V.
  • PWR_PVM_4 Peripheral Voltage Monitoring 4 enable: VDDA versus 2.2 V.

Definition at line 68 of file stm32l4xx_hal_pwr_ex.h.

Referenced by HAL_PWREx_ConfigPVM().


The documentation for this struct was generated from the following file: