Searched refs:monotonic_time_us (Results 1 – 1 of 1) sorted by relevance
259 uint64_t monotonic_time_us = 0; in clock_gettime() local267 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()