Searched refs:curTime (Results 1 – 1 of 1) sorted by relevance
120 uint32_t curTime; in RTC_SetDateTime() local132 curTime = RTC->RTC_TIM; in RTC_SetDateTime()134 curTime += RTC->RTC_REF; in RTC_SetDateTime()135 if (newTime > curTime) in RTC_SetDateTime()151 uint64_t curTime; in RTC_GetUTC() local154 curTime = RTC->RTC_TIM; in RTC_GetUTC()156 curTime += RTC->RTC_REF; in RTC_GetUTC()157 return curTime; in RTC_GetUTC()
Completed in 5 milliseconds