Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Dtimer_if.h69 int32_t HwTimerSet(DevHandle handle, uint32_t useconds, TimerHandleCb cb);
/drivers/hdf_core/framework/test/unittest/platform/common/
Dtimer_test.c55 HwTimerSet(test->handle, test->uSecond, TimerTestcaseCb); in TimerSetTest()
144 if (HwTimerSet(handle, TIMER_TEST_TIME_USECONDS, TimerTestcaseCb) != HDF_SUCCESS) { in TimerPeriodTestThreadFunc()
296 HwTimerSet(test->handle, test->uSecond, NULL); in TimerTestReliability()
/drivers/hdf_core/framework/support/platform/src/timer/
Dtimer_if.c32 int32_t HwTimerSet(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSet() function
Dtimer_if_u.c237 int32_t HwTimerSet(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSet() function