Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmacros.h47 #define HRS_TO_NANOS(x) MIN_TO_NANOS ((x) * UINT64_C(60)) macro
48 #define DAYS_TO_NANOS(x) HRS_TO_NANOS ((x) * UINT64_C(24))
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.h133 #define OTC_STALE_CHECK_TIME_NANOS (HRS_TO_NANOS(2))