Searched refs:elapsed_secs (Results 1 – 1 of 1) sorted by relevance
51 uint64_t elapsed_secs = ticks / CONFIG_SYS_CLOCK_TICKS_PER_SEC; in z_impl_clock_gettime() local52 uint64_t nremainder = ticks - elapsed_secs * CONFIG_SYS_CLOCK_TICKS_PER_SEC; in z_impl_clock_gettime()54 ts->tv_sec = (time_t) elapsed_secs; in z_impl_clock_gettime()