STM32L486xx HAL User Manual
Data Fields
PWR_PVDTypeDef Struct Reference

PWR PVD configuration structure definition. More...

#include <stm32l4xx_hal_pwr.h>

Data Fields

uint32_t PVDLevel
uint32_t Mode

Detailed Description

PWR PVD configuration structure definition.

Definition at line 64 of file stm32l4xx_hal_pwr.h.


Field Documentation

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

Definition at line 69 of file stm32l4xx_hal_pwr.h.

Referenced by HAL_PWR_ConfigPVD().

PVDLevel: Specifies the PVD detection level. This parameter can be a value of Programmable Voltage Detection levels.

Definition at line 66 of file stm32l4xx_hal_pwr.h.

Referenced by HAL_PWR_ConfigPVD().


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