Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_tick.c152 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()
Dos_interrupt.c399 OSIrqMask prep = reg_OS_IF; in OS_ResetRequestIrqMask()
400 reg_OS_IF = intr; in OS_ResetRequestIrqMask()
/TwlSDK-5.4/include/nitro/os/common/
Dinterrupt.h299 return reg_OS_IF; in OS_GetRequestIrqMask()
/TwlSDK-5.4/include/twl/os/common/
Dinterrupt.h370 return reg_OS_IF; in OS_GetRequestIrqMask()
/TwlSDK-5.4/include/nitro/hw/ARM9/
Dioreg_OS.h98 #define reg_OS_IF (*( REGType32v *) REG_IF_ADDR) macro
/TwlSDK-5.4/include/twl/hw/ARM9/
Dioreg_OS.h98 #define reg_OS_IF (*( REGType32v *) REG_IF_ADDR) macro