Searched refs:currentTicks (Results 1 – 1 of 1) sorted by relevance
169 OSTick currentTicks; in RtcGetDateTimeExFromSWClock() local172 currentTicks = RTC_GetSWClockTick(); in RtcGetDateTimeExFromSWClock()173 currentSWClockSeconds = (s64) OS_TicksToSeconds(currentTicks); in RtcGetDateTimeExFromSWClock()179 time->millisecond = (u32) (OS_TicksToMilliSeconds(currentTicks) % 1000); in RtcGetDateTimeExFromSWClock()