Searched refs:time_since_boot (Results 1 – 1 of 1) sorted by relevance
85 int64_t time_since_boot = esp_timer_get_time(); in periodic_timer_callback() local86 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() local92 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()