17.2.6 Backup domain access function
17.2.6.1 PWR_DeInit
Deinitializes the PWR peripheral registers to their default reset
values.
17.2.6.2 PWR_BackupAccessCmd
void PWR_BackupAccessCmd ( FunctionalState NewState)
Enables or disables access to the RTC and backup registers.
ï‚· NewState : new state of the access to the RTC and backup
registers. This parameter can be: ENABLE or DISABLE.
ï‚· If the HSE divided by 32 is used as the RTC clock, the
Backup Domain Access should be kept enabled.
17.2.7 PVD configuration function
17.2.7.1 PWR_PVDLevelConfig
void PWR_PVDLevelConfig ( uint32_t PWR_PVDLevel)
Configures the voltage threshold detected by the Power Voltage
Detector(PVD).
ï‚· PWR_PVDLevel : specifies the PVD detection level This
parameter can be one of the following values:
ï€ PWR_PVDLevel_0 : PVD detection level set to 2.18V
ï€ PWR_PVDLevel_1 : PVD detection level set to 2.28V
ï€ PWR_PVDLevel_2 : PVD detection level set to 2.38V