Searched refs:boot_time (Results 1 – 1 of 1) sorted by relevance
49 uint64_t boot_time = esp_time_impl_get_boot_time(); in adjust_boot_time() local50 if ((boot_time == 0) || (esp_time_impl_get_time_since_boot() < s_adjtime_start_us)) { in adjust_boot_time()64 boot_time = boot_time + s_adjtime_total_correction_us; in adjust_boot_time()68 boot_time -= correction; in adjust_boot_time()72 boot_time = boot_time + s_adjtime_total_correction_us; in adjust_boot_time()76 boot_time += correction; in adjust_boot_time()79 esp_time_impl_set_boot_time(boot_time); in adjust_boot_time()82 return boot_time; in adjust_boot_time()