Searched refs:reg_OS_IF (Results 1 – 6 of 6) sorted by relevance
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()182 if (reg_OS_IF & OSi_TICK_IE_TIMER && !(countL & 0x8000)) in OSi_GetTick_noProfile()225 reg_OS_IF = OSi_TICK_IE_TIMER; in OS_SetTick()
399 OSIrqMask prep = reg_OS_IF; in OS_ResetRequestIrqMask()400 reg_OS_IF = intr; in OS_ResetRequestIrqMask()
299 return reg_OS_IF; in OS_GetRequestIrqMask()
370 return reg_OS_IF; in OS_GetRequestIrqMask()
98 #define reg_OS_IF (*( REGType32v *) REG_IF_ADDR) macro