Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/os/common/src/
Dos_tick.c27 #define OSi_TICK_IE_TIMER OS_IE_TIMER0 macro
72 OS_SetIrqFunction(OSi_TICK_IE_TIMER, OSi_CountUpTick); in OS_InitTick()
75 (void)OS_EnableIrqMask(OSi_TICK_IE_TIMER); in OS_InitTick()
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()