Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/timer/
Dtimer_core.h107 int32_t TimerCntrlSet(struct TimerCntrl *cntrl, uint32_t useconds, TimerHandleCb cb);
/drivers/hdf_core/framework/support/platform/src/timer/
Dtimer_if.c41 if (TimerCntrlSet(cntrl, useconds, cb) != HDF_SUCCESS) { in HwTimerSet()
Dtimer_core.c72 int32_t TimerCntrlSet(struct TimerCntrl *cntrl, uint32_t useconds, TimerHandleCb cb) in TimerCntrlSet() function
333 return TimerCntrlSet(TimerCntrlOpen(number), cfg->useconds, TimerIoCb); in TimerIoSet()