Home
last modified time | relevance | path

Searched defs:microseconds (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/newlib/port/
Desp_time_impl.c69 uint64_t microseconds = 0; in esp_time_impl_get_time_since_boot() local
85 uint64_t microseconds = 0; in esp_time_impl_get_time() local
/device/soc/esp/esp32/components/newlib/
Dtime.c178 uint64_t microseconds = get_adjusted_boot_time() + esp_time_impl_get_time_since_boot(); in _gettimeofday_r() local