Home
last modified time | relevance | path

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

/components/drivers/rtc/
A Ddev_soft_rtc.c136 struct timespec _ts; in soft_rtc_control() local
138 rt_ktime_boottime_get_ns(&_ts); in soft_rtc_control()
139 ts->tv_sec = init_time + _ts.tv_sec; in soft_rtc_control()
140 ts->tv_nsec = init_ts.tv_nsec + _ts.tv_nsec; in soft_rtc_control()
145 struct timespec _ts; in soft_rtc_control() local
147 rt_ktime_boottime_get_ns(&_ts); in soft_rtc_control()
149 init_ts.tv_nsec = ts->tv_nsec - _ts.tv_nsec; in soft_rtc_control()

Completed in 2 milliseconds