Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/nitro/os/common/
Dtimer.h124 void OS_StartTimer32(OSTimer32 id, u32 count, OSTimerPrescaler preScale);
/TwlSDK-5.2.1/build/demos/os/timer-1/src/
Dmain.c289 OS_StartTimer32(OS_TIMER32_12, MY_COUNT2, MY_SCALE2); in SetTimer_2()
/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_timer.c117 void OS_StartTimer32(OSTimer32 id, u32 count, OSTimerPrescaler preScale) in OS_StartTimer32() function