Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_tick.c136 vu64 countH; in OS_GetTick() local
142 countH = OSi_TickCounter & 0xffffffffffffULL; in OS_GetTick()
147 countH++; in OS_GetTick()
152 return (countH << 16) | countL; in OS_GetTick()
160 vu16 countH; in OSi_GetTick_noProfile() local
166 countH = (u16)OSi_TickCounter; in OSi_GetTick_noProfile()
171 countH++; in OSi_GetTick_noProfile()
176 return (u32)(countH << 16) | countL; in OSi_GetTick_noProfile()