event, RTC TimeStamp event or RTC Wakeup.
ï€ PWR_FLAG_SB : StandBy flag. This flag indicates that
the system was resumed from StandBy mode.
ï€ PWR_FLAG_PVDO : PVD Output. This flag is valid only
if PVD is enabled by the PWR_PVDCmd() function.
ï€ PWR_FLAG_VREFINTRDY : Internal Voltage
Reference Ready flag. This flag indicates the state of the
internal voltage reference, VREFINT.
ï‚· The new state of PWR_FLAG (SET or RESET).
17.2.10.2 PWR_ClearFlag
void PWR_ClearFlag ( uint32_t PWR_FLAG)
Clears the PWR's pending flags.
ï‚· PWR_FLAG : specifies the flag to clear. This parameter can
be one of the following values:
ï€ PWR_FLAG_WU : Wake Up flag
ï€ PWR_FLAG_SB : StandBy flag
17.3 PWR Firmware driver defines
17.3.1 PWR
PWR
PWR_Flag
ï‚· #define: PWR_FLAG_WU PWR_CSR_WUF
ï‚· #define: PWR_FLAG_SB PWR_CSR_SBF
ï‚· #define: PWR_FLAG_PVDO PWR_CSR_PVDO