Searched refs:last_mcu_timestamp (Results 1 – 2 of 2) sorted by relevance
213 memset(last_mcu_timestamp, 0, sizeof(last_mcu_timestamp)); in sync_time_thread_in_class()270 memset(last_mcu_timestamp, 0, sizeof(last_mcu_timestamp)); in CwMcuSensor()1087 if (event_mcu_time < last_mcu_timestamp[id]) { in readEvents()1090 event_mcu_time, last_mcu_timestamp[id]); in readEvents()1101 int64_t event_mcu_diff = (event_mcu_time - last_mcu_timestamp[id]); in readEvents()1106 int64_t event_mcu_diff = (event_mcu_time - last_mcu_timestamp[id]); in readEvents()1129 last_mcu_timestamp[id] = event_mcu_time; in readEvents()
107 uint64_t last_mcu_timestamp[numSensors]; variable