Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Dtimer_if.h79 int32_t HwTimerSetOnce(DevHandle handle, uint32_t useconds, TimerHandleCb cb);
/drivers/hdf_core/framework/test/unittest/platform/common/
Dtimer_test.c66 HwTimerSetOnce(test->handle, test->uSecond, TimerTestcaseOnceCb); in TimerSetOnceTest()
121 if (HwTimerSetOnce(handle, TIMER_TEST_TIME_USECONDS, TimerTestcaseOnceCb) != HDF_SUCCESS) { in TimerOnceTestThreadFunc()
297 HwTimerSetOnce(test->handle, test->uSecond, NULL); in TimerTestReliability()
/drivers/hdf_core/framework/support/platform/src/timer/
Dtimer_if.c49 int32_t HwTimerSetOnce(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSetOnce() function
Dtimer_if_u.c298 int32_t HwTimerSetOnce(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSetOnce() function