Home
last modified time | relevance | path

Searched refs:wakeUpValue (Results 1 – 4 of 4) sorted by relevance

/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_rtc.h463 void RTC_SetWakeUpValue(uint32_t wakeUpValue); //!< Only for APM32F072 and APM32F091 …
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_rtc.h525 void RTC_ConfigWakeUpValue(uint16_t wakeUpValue);
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_rtc.c862 void RTC_SetWakeUpValue(uint32_t wakeUpValue) in RTC_SetWakeUpValue() argument
865 RTC->AUTORLD = wakeUpValue; in RTC_SetWakeUpValue()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_rtc.c984 void RTC_ConfigWakeUpValue(uint16_t wakeUpValue) in RTC_ConfigWakeUpValue() argument
988 RTC->AUTORLD = (uint32_t)wakeUpValue; in RTC_ConfigWakeUpValue()

Completed in 68 milliseconds