STM32L443xx HAL User Manual
|
PWR PVD configuration structure definition. More...
#include <stm32l4xx_hal_pwr.h>
Data Fields | |
uint32_t | PVDLevel |
uint32_t | Mode |
PWR PVD configuration structure definition.
Definition at line 47 of file stm32l4xx_hal_pwr.h.
uint32_t PWR_PVDTypeDef::Mode |
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 52 of file stm32l4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().
uint32_t PWR_PVDTypeDef::PVDLevel |
PVDLevel: Specifies the PVD detection level. This parameter can be a value of Programmable Voltage Detection levels.
Definition at line 49 of file stm32l4xx_hal_pwr.h.
Referenced by HAL_PWR_ConfigPVD().