Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h42 #define MIN_TO_NANOS(x) SEC_TO_NANOS (x * UINT64_C(60)) macro
43 #define HRS_TO_NANOS(x) MIN_TO_NANOS (x * UINT64_C(60))
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h130 #define OTC_MODEL_AGE_UPDATE_NANOS (MIN_TO_NANOS(1))
140 #define OTC_OFFSET_IS_STALE_NANOS (MIN_TO_NANOS(30))
Dover_temp_cal.c35 .offset_age_nanos = MIN_TO_NANOS(5),
41 .offset_age_nanos = MIN_TO_NANOS(15),
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.h65 constexpr uint64_t kNanoSensorCalMessageIntervalNanos = MIN_TO_NANOS(1);