Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/newlib/
Dtime.c259 uint64_t monotonic_time_us = 0; in clock_gettime() local
267 monotonic_time_us = esp_time_impl_get_time(); in clock_gettime()
268 tp->tv_sec = monotonic_time_us / 1000000LL; in clock_gettime()
269 tp->tv_nsec = (monotonic_time_us % 1000000LL) * 1000L; in clock_gettime()