Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c2620 uint64_t min_rtc, max_rtc; local
2630 max_rtc = data_timestamp + limit_ns; // actual ts + x
2631 if ((estimated_rtc >= min_rtc) && (estimated_rtc <= max_rtc)) {
2639 } else if (estimated_rtc > max_rtc) {