Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2619 uint64_t estimated_rtc; local
2623 bool valid = sensortime_to_rtc_time(_task, chip_time_us, &estimated_rtc);
2631 if ((estimated_rtc >= min_rtc) && (estimated_rtc <= max_rtc)) {
2633 } else if (estimated_rtc < min_rtc) {
2639 } else if (estimated_rtc > max_rtc) {