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.h46 #define MIN_TO_NANOS(x) SEC_TO_NANOS ((x) * UINT64_C(60)) macro
47 #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.c38 .offset_age_nanos = MIN_TO_NANOS(5),
44 .offset_age_nanos = MIN_TO_NANOS(15),
/device/google/contexthub/firmware/os/algos/calibration/nano_calibration/
Dnano_calibration.cc479 MIN_TO_NANOS(kGyroscopeMessagePlan.duration_of_rapid_messages_min))) in HandleGyroLogMessage()
480 ? MIN_TO_NANOS(kGyroscopeMessagePlan.slow_message_interval_min) in HandleGyroLogMessage()