Searched refs:wakeUpValue (Results 1 – 4 of 4) sorted by relevance
463 void RTC_SetWakeUpValue(uint32_t wakeUpValue); //!< Only for APM32F072 and APM32F091 …
525 void RTC_ConfigWakeUpValue(uint16_t wakeUpValue);
862 void RTC_SetWakeUpValue(uint32_t wakeUpValue) in RTC_SetWakeUpValue() argument865 RTC->AUTORLD = wakeUpValue; in RTC_SetWakeUpValue()
984 void RTC_ConfigWakeUpValue(uint16_t wakeUpValue) in RTC_ConfigWakeUpValue() argument988 RTC->AUTORLD = (uint32_t)wakeUpValue; in RTC_ConfigWakeUpValue()
Completed in 68 milliseconds