Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/common/src/
Dos_timer.c42 static OSIrqMask OSi_MaskTable[] = { OS_IE_TIMER0, OS_IE_TIMER1, OS_IE_TIMER2 }; variable
130 OS_SetIrqFunction(OSi_MaskTable[(int)id], OSi_IntrTable[(int)id]); in OS_StartTimer32()
154 OS_SetIrqFunction(OSi_MaskTable[(int)id+1], OSi_IntrTable[(int)id+1]); in OS_StartTimer48()
155 OS_SetIrqFunction(OSi_MaskTable[(int)id], OSi_IntrTable[(int)id]); in OS_StartTimer48()
214 OS_SetIrqFunction(OSi_MaskTable[(int)id], NULL); in OS_StopTimerAndUnsetHandler()