Home
last modified time | relevance | path

Searched refs:KalTimerType (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/utils_lite/kal/timer/include/
H A Dkal.h30 } KalTimerType; typedef
39 KalTimerId KalTimerCreate(KalTimerProc func, KalTimerType type, void* arg, unsigned int millisec);
/commonlibrary/utils_lite/kal/timer/src/
H A Dkal.c27 KalTimerType type;
50 KalTimerId KalTimerCreate(KalTimerProc func, KalTimerType type, void* arg, unsigned int millisec) in KalTimerCreate()
/commonlibrary/utils_lite/timer_task/src/
H A Dnativeapi_timer_task.c33 KalTimerType timerType = isPeriodic ? KAL_TIMER_PERIODIC : KAL_TIMER_ONCE; in StartTimerTask()

Completed in 2 milliseconds