Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/newlib/
Dtime.c63 uint64_t boot_time = esp_time_impl_get_boot_time(); in adjust_boot_time() local
64 if ((boot_time == 0) || (esp_time_impl_get_time_since_boot() < s_adjtime_start_us)) { in adjust_boot_time()
78 boot_time = boot_time + s_adjtime_total_correction_us; in adjust_boot_time()
82 boot_time -= correction; in adjust_boot_time()
86 boot_time = boot_time + s_adjtime_total_correction_us; in adjust_boot_time()
90 boot_time += correction; in adjust_boot_time()
93 esp_time_impl_set_boot_time(boot_time); in adjust_boot_time()
96 return boot_time; in adjust_boot_time()
/hal_espressif-3.6.0/components/lwip/port/esp32/hooks/
Dtcp_isn_default.c91 lwip_init_tcp_isn(u32_t boot_time, const u8_t *secret_16_bytes) in lwip_init_tcp_isn() argument
99 base_time = boot_time * 250000; in lwip_init_tcp_isn()
/hal_espressif-3.6.0/components/lwip/port/esp32/include/
Dlwip_default_hooks.h30 void lwip_init_tcp_isn(u32_t boot_time, const u8_t *secret_16_bytes);
/hal_espressif-3.6.0/components/newlib/test/
Dtest_time.c556 uint64_t boot_time = esp_time_impl_get_boot_time(); in print_counters() local
559 printf("\tBOOT %lld (us)\n", boot_time); in print_counters()