Searched refs:OS_IE_TIMER0 (Results 1 – 6 of 6) sorted by relevance
78 (void)OS_EnableIrqMask(OS_IE_TIMER0); in NitroMain()84 (void)OS_DisableIrqMask(OS_IE_TIMER0); in NitroMain()236 OS_SetIrqFunction(OS_IE_TIMER0, TimerIntr_1); in SetTimer_1()239 (void)OS_EnableIrqMask(OS_IE_TIMER0); in SetTimer_1()259 OS_SetIrqCheckFlag(OS_IE_TIMER0); in TimerIntr_1()
42 static OSIrqMask OSi_MaskTable[] = { OS_IE_TIMER0, OS_IE_TIMER1, OS_IE_TIMER2 };183 OS_SetIrqFunction(OS_IE_TIMER0, OSi_TimerIntr0); in OS_StartTimer64()
27 #define OSi_TICK_IE_TIMER OS_IE_TIMER0
52 #define OS_IE_TIMER0 (1UL << REG_OS_IE_T0_SHIFT) // 3 timer0 macro
50 #define OS_IE_TIMER0 (1UL << REG_OS_IE_T0_SHIFT) // 3 timer0 macro
1460 OSIntrMode intr = OS_IE_FIFO_RECV | (OS_IsTickAvailable()? OS_IE_TIMER0: 0 ); in PM_GoSleepMode()