Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/timer/
Dtimer_if_u.c242 struct TimerConfig cfg; in HwTimerSet()
303 struct TimerConfig cfg; in HwTimerSetOnce()
366 struct TimerConfig cfg; in HwTimerGet()
411 if (rLen != sizeof(struct TimerConfig)) { in HwTimerGet()
412 … HDF_LOGE("HwTimerGet: sbuf read buffer len error %u != %zu", rLen, sizeof(struct TimerConfig)); in HwTimerGet()
416 if (memcpy_s(&cfg, sizeof(struct TimerConfig), rBuf, rLen) != EOK) { in HwTimerGet()
Dtimer_core.c311 struct TimerConfig *cfg = NULL; in TimerIoSet()
341 struct TimerConfig *cfg = NULL; in TimerIoSetOnce()
369 struct TimerConfig cfg; in TimerIoGet()
/drivers/hdf_core/framework/include/platform/
Dtimer_if.h108 struct TimerConfig { struct