Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_tick.c141 vu64 countH; in OS_GetTick() local
147 countH = OSi_TickCounter & 0xffffffffffffULL; in OS_GetTick()
160 countH++; in OS_GetTick()
165 return (countH << 16) | countL; in OS_GetTick()
173 vu16 countH; in OSi_GetTick_noProfile() local
179 countH = (u16)OSi_TickCounter; in OSi_GetTick_noProfile()
184 countH++; in OSi_GetTick_noProfile()
189 return (u32)(countH << 16) | countL; in OSi_GetTick_noProfile()