Searched refs:g_systickBase (Results 1 – 1 of 1) sorted by relevance
83 STATIC UINT64 g_systickBase = 0; variable493 if ((g_systickBase != 0) && (currentTick > g_systickBase)) { in GetCurrentTime()494 tickDelta = currentTick - g_systickBase; in GetCurrentTime()812 g_systickBase = g_rtcTimeFunc.RtcGetTickHook(); in settimeofday()