Searched refs:HwTimerSetOnce (Results 1 – 4 of 4) sorted by relevance
/drivers/hdf_core/framework/include/platform/ |
D | timer_if.h | 79 int32_t HwTimerSetOnce(DevHandle handle, uint32_t useconds, TimerHandleCb cb);
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
D | timer_test.c | 66 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/ |
D | timer_if.c | 49 int32_t HwTimerSetOnce(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSetOnce() function
|
D | timer_if_u.c | 298 int32_t HwTimerSetOnce(DevHandle handle, uint32_t useconds, TimerHandleCb cb) in HwTimerSetOnce() function
|