Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/os/common/
Dtimer.h120 void OS_StartTimer(OSTimer id, u16 count, OSTimerPrescaler preScale);
/TwlSDK-5.4/build/demos/os/timer-1/src/
Dmain.c242 OS_StartTimer(OS_TIMER_0, MY_COUNT1, MY_SCALE1); in SetTimer_1()
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_timer.c101 void OS_StartTimer(OSTimer id, u16 count, OSTimerPrescaler preScale) in OS_StartTimer() function