Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_tick.c135 vu16 countL; in OS_GetTick() local
141 countL = *(REGType16 *)((u32)REG_TM0CNT_L_ADDR + OSi_TICK_TIMER * 4); in OS_GetTick()
145 if (reg_OS_IF & OSi_TICK_IE_TIMER && !(countL & 0x8000)) in OS_GetTick()
152 return (countH << 16) | countL; in OS_GetTick()
159 vu16 countL; in OSi_GetTick_noProfile() local
165 countL = *(REGType16 *)((u32)REG_TM0CNT_L_ADDR + OSi_TICK_TIMER * 4); in OSi_GetTick_noProfile()
169 if (reg_OS_IF & OSi_TICK_IE_TIMER && !(countL & 0x8000)) in OSi_GetTick_noProfile()
176 return (u32)(countH << 16) | countL; in OSi_GetTick_noProfile()