Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/rtc/ARM9/src/
Dswclock.c169 OSTick currentTicks; in RtcGetDateTimeExFromSWClock() local
172 currentTicks = RTC_GetSWClockTick(); in RtcGetDateTimeExFromSWClock()
173 currentSWClockSeconds = (s64) OS_TicksToSeconds(currentTicks); in RtcGetDateTimeExFromSWClock()
179 time->millisecond = (u32) (OS_TicksToMilliSeconds(currentTicks) % 1000); in RtcGetDateTimeExFromSWClock()