Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_tick.c140 vu16 countL; in OS_GetTick() local
146 countL = *(REGType16 *)((u32)REG_TM0CNT_L_ADDR + OSi_TICK_TIMER * 4); in OS_GetTick()
152 if (((reg_OS_IF | MIC_GetDelayIF()) & OSi_TICK_IE_TIMER) && !(countL & 0x8000)) in OS_GetTick()
154 if (reg_OS_IF & OSi_TICK_IE_TIMER && !(countL & 0x8000)) in OS_GetTick()
157 if (reg_OS_IF & OSi_TICK_IE_TIMER && !(countL & 0x8000)) in OS_GetTick()
165 return (countH << 16) | countL; in OS_GetTick()
172 vu16 countL; in OSi_GetTick_noProfile() local
178 countL = *(REGType16 *)((u32)REG_TM0CNT_L_ADDR + OSi_TICK_TIMER * 4); in OSi_GetTick_noProfile()
182 if (reg_OS_IF & OSi_TICK_IE_TIMER && !(countL & 0x8000)) in OSi_GetTick_noProfile()
189 return (u32)(countH << 16) | countL; in OSi_GetTick_noProfile()