Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/system/esp_timer/main/
Desp_timer_example_main.c85 int64_t time_since_boot = esp_timer_get_time(); in periodic_timer_callback() local
86 ESP_LOGI(TAG, "Periodic timer called, time since boot: %lld us", time_since_boot); in periodic_timer_callback()
91 int64_t time_since_boot = esp_timer_get_time(); in oneshot_timer_callback() local
92 ESP_LOGI(TAG, "One-shot timer called, time since boot: %lld us", time_since_boot); in oneshot_timer_callback()
97 time_since_boot = esp_timer_get_time(); in oneshot_timer_callback()
99 time_since_boot); in oneshot_timer_callback()