Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_timer.c108 static int32_t OsalTimerStart(OsalTimer *timer, OsalTimerMode mode) in OsalTimerStart() function
130 return OsalTimerStart(timer, OSAL_TIMER_ONCE); in OsalTimerStartOnce()
136 return OsalTimerStart(timer, OSAL_TIMER_LOOP); in OsalTimerStartLoop()