ï€ PWR_PVDLevel_3 : PVD detection level set to 2.48V
ï€ PWR_PVDLevel_4 : PVD detection level set to 2.58V
ï€ PWR_PVDLevel_5 : PVD detection level set to 2.68V
ï€ PWR_PVDLevel_6 : PVD detection level set to 2.78V
ï€ PWR_PVDLevel_7 : PVD detection level set to 2.88V
17.2.7.2 PWR_PVDCmd
void PWR_PVDCmd ( FunctionalState NewState)
Enables or disables the Power Voltage Detector(PVD).
ï‚· NewState : new state of the PVD. This parameter can be:
ENABLE or DISABLE.
17.2.8 WakeUp pins configuration functions
17.2.8.1 PWR_WakeUpPinCmd
void PWR_WakeUpPinCmd ( uint32_t PWR_WakeUpPin,
FunctionalState NewState)
Enables or disables the WakeUp Pin functionality.
ï‚· PWR_WakeUpPin : specifies the WakeUpPin. This
parameter can be: PWR_WakeUpPin_1,
PWR_WakeUpPin_2 or PWR_WakeUpPin_3.
ï‚· NewState : new state of the WakeUp Pin functionality. This
parameter can be: ENABLE or DISABLE.