Home
last modified time | relevance | path

Searched refs:BIT_RTC_RESTORE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Drtc_api.c167 BKUP_Set(0, BIT_RTC_RESTORE); in rtc_backup_timeinfo()
253 if(BKUP_Read(0) & BIT_RTC_RESTORE){ in rtc_read()
255 BKUP_Clear(0, BIT_RTC_RESTORE); in rtc_read()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_backup_reg.h142 #define BIT_RTC_RESTORE BIT(12) /*!< this is SW set bit after rtc init */ macro
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c192 if(BKUP_Read(0) & BIT_RTC_RESTORE){ in hal_rtc_get_time()
194 BKUP_Clear(0, BIT_RTC_RESTORE); in hal_rtc_get_time()

Completed in 3 milliseconds