Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/timer/
Dtimer_core.h116 int32_t TimerCntrlSetOnce(struct TimerCntrl *cntrl, uint32_t useconds, TimerHandleCb cb);
/drivers/hdf_core/framework/support/platform/src/timer/
Dtimer_if.c58 if (TimerCntrlSetOnce(cntrl, useconds, cb) != HDF_SUCCESS) { in HwTimerSetOnce()
Dtimer_core.c90 int32_t TimerCntrlSetOnce(struct TimerCntrl *cntrl, uint32_t useconds, TimerHandleCb cb) in TimerCntrlSetOnce() function
363 return TimerCntrlSetOnce(TimerCntrlOpen(number), cfg->useconds, TimerIoCb); in TimerIoSetOnce()