STM32L443xx HAL User Manual
|
Defines | |
#define | PWR_PVM_1 PWR_CR2_PVME1 |
#define | PWR_PVM_3 PWR_CR2_PVME3 |
#define | PWR_PVM_4 PWR_CR2_PVME4 |
#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 109 of file stm32l4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ConfigPVM(), HAL_PWREx_DisablePVM1(), and HAL_PWREx_EnablePVM1().
#define PWR_PVM_3 PWR_CR2_PVME3 |
Peripheral Voltage Monitoring 3 enable: VDDA versus 1.62 V
Definition at line 114 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 115 of file stm32l4xx_hal_pwr_ex.h.
Referenced by HAL_PWREx_ConfigPVM(), HAL_PWREx_DisablePVM4(), and HAL_PWREx_EnablePVM4().