Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_timer.c41 static void (*OSi_IntrTable[])(void) = { OSi_TimerIntr0, OSi_TimerIntr1, OSi_TimerIntr2 }; 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()