Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/posix/src/
Dtime.c486 UINT64 currentTick; in GetCurrentTime() local
489 currentTick = g_rtcTimeFunc.RtcGetTickHook(); in GetCurrentTime()
490 if ((g_systickBase != 0) && (currentTick > g_systickBase)) { in GetCurrentTime()
491 tickDelta = currentTick - g_systickBase; in GetCurrentTime()