Home
last modified time | relevance | path

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

/kernel/liteos_m/kal/posix/src/
Dtime.c83 STATIC UINT64 g_systickBase = 0; variable
493 if ((g_systickBase != 0) && (currentTick > g_systickBase)) { in GetCurrentTime()
494 tickDelta = currentTick - g_systickBase; in GetCurrentTime()
812 g_systickBase = g_rtcTimeFunc.RtcGetTickHook(); in settimeofday()