Home
last modified time | relevance | path

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

/commonlibrary/utils_lite/kal/timer/src/
H A Dkal.c37 if (tmpPtr->type == KAL_TIMER_ONCE) { in KalFunction()
54 if ((func == NULL) || ((type != KAL_TIMER_ONCE) && (type != KAL_TIMER_PERIODIC))) { in KalTimerCreate()
/commonlibrary/utils_lite/kal/timer/include/
H A Dkal.h28 KAL_TIMER_ONCE = 0, // /< One-shot timer. enumerator
/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 1 milliseconds