STM32L443xx HAL User Manual
|
PWR PVM configuration structure definition. More...
#include <stm32l4xx_hal_pwr_ex.h>
Data Fields | |
uint32_t | PVMType |
uint32_t | Mode |
PWR PVM configuration structure definition.
Definition at line 49 of file stm32l4xx_hal_pwr_ex.h.
uint32_t PWR_PVMTypeDef::Mode |
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 60 of file stm32l4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ConfigPVM().
uint32_t PWR_PVMTypeDef::PVMType |
PVMType: Specifies which voltage is monitored and against which threshold. This parameter can be a value of Peripheral Voltage Monitoring type.
Definition at line 51 of file stm32l4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ConfigPVM().