Searched refs:countL (Results 1 – 1 of 1) sorted by relevance
135 vu16 countL; in OS_GetTick() local141 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() local165 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()