ï€ RTC_WakeUpClock_CK_SPRE_16bits : RTC Wakeup
Counter Clock = CK_SPRE
ï€ RTC_WakeUpClock_CK_SPRE_17bits : RTC Wakeup
Counter Clock = CK_SPRE
ï‚· The WakeUp Clock source can only be changed when the
RTC WakeUp is disabled (Use the
RTC_WakeUpCmd(DISABLE)).
19.2.27.2 RTC_SetWakeUpCounter
void RTC_SetWakeUpCounter ( uint32_t
RTC_WakeUpCounter)
Configures the RTC Wakeup counter.
ï‚· RTC_WakeUpCounter : specifies the WakeUp counter. This
parameter can be a value from 0x0000 to 0xFFFF.
ï‚· The RTC WakeUp counter can only be written when the RTC
WakeUp is disabled (Use the RTC_WakeUpCmd(DISABLE)).
19.2.27.3 RTC_GetWakeUpCounter
uint32_t RTC_GetWakeUpCounter ( void )
Returns the RTC WakeUp timer counter value.
ï‚· The RTC WakeUp Counter value.