Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Dtimeutil.c121 double ref_delta = tsp->latest.ref - tsp->base.ref; in timeutil_sync_estimate_skew() local
124 rv = ref_delta * cfg->local_Hz / local_delta / cfg->ref_Hz; in timeutil_sync_estimate_skew()
144 int64_t ref_delta = local_delta * cfg->ref_Hz / cfg->local_Hz; in timeutil_sync_ref_from_local() local
145 int64_t ref_abs = (int64_t)tsp->base.ref + ref_delta; in timeutil_sync_ref_from_local()
165 int64_t ref_delta = (int64_t)(ref - tsp->base.ref); in timeutil_sync_local_from_ref() local
169 int64_t local_delta = (ref_delta * cfg->local_Hz) / cfg->ref_Hz; in timeutil_sync_local_from_ref()