Searched refs:last_mcu_sync_time (Results 1 – 2 of 2) sorted by relevance
103 uint64_t last_mcu_sync_time; variable
218 } else if ((mcu_current_time <= last_mcu_sync_time) || (last_mcu_sync_time == 0)) { in sync_time_thread_in_class()227 (float)(mcu_current_time - last_mcu_sync_time); in sync_time_thread_in_class()231 …ent_time = %" PRId64 ", last_mcu_sync_time = %" PRId64 "\n", mcu_current_time, last_mcu_sync_time); in sync_time_thread_in_class()234 last_mcu_sync_time = mcu_current_time; in sync_time_thread_in_class()