Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Datmel_rtc.c26 #define RTC_CR_UPDTIM BIT(0) macro
160 } while (cr & (RTC_CR_UPDCAL | RTC_CR_UPDTIM)); in atmel_rtc_set_time()
163 atmel_rtc_write(RTC_CR, cr | RTC_CR_UPDCAL | RTC_CR_UPDTIM); in atmel_rtc_set_time()