Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/os/timer-1/src/
Dmain.c79 (void)OS_EnableIrqMask(OS_IE_TIMER2); in NitroMain()
85 (void)OS_DisableIrqMask(OS_IE_TIMER2); in NitroMain()
283 OS_SetIrqFunction(OS_IE_TIMER2, TimerIntr_2); in SetTimer_2()
286 (void)OS_EnableIrqMask(OS_IE_TIMER1 | OS_IE_TIMER2); in SetTimer_2()
306 OS_SetIrqCheckFlag(OS_IE_TIMER2); in TimerIntr_2()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_timer.c42 static OSIrqMask OSi_MaskTable[] = { OS_IE_TIMER0, OS_IE_TIMER1, OS_IE_TIMER2 };
181 OS_SetIrqFunction(OS_IE_TIMER2, OSi_TimerIntr2); in OS_StartTimer64()
/TwlSDK-5.1.0/include/nitro/os/common/
Dinterrupt.h54 #define OS_IE_TIMER2 (1UL << REG_OS_IE_T2_SHIFT) // 5 timer2 macro
/TwlSDK-5.1.0/include/twl/os/common/
Dinterrupt.h52 #define OS_IE_TIMER2 (1UL << REG_OS_IE_T2_SHIFT) // 5 timer2 macro