Searched refs:timeutil_sync_local_from_ref (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/unit/timeutil/ |
D | test_sync.c | 304 int rv = timeutil_sync_local_from_ref(&ss, 0, &local); in tlocal_from_ref() 315 rv = timeutil_sync_local_from_ref(&ss, ss.base.ref, NULL); in tlocal_from_ref() 319 rv = timeutil_sync_local_from_ref(&ss, ss.base.ref, &local); in tlocal_from_ref() 325 rv = timeutil_sync_local_from_ref(&ss, ss.base.ref in tlocal_from_ref() 332 rv = timeutil_sync_local_from_ref(&ss, ss.base.ref in tlocal_from_ref() 346 rv = timeutil_sync_local_from_ref(&ss, ss.base.ref in tlocal_from_ref() 394 rv = timeutil_sync_local_from_ref(&ss, inputs[i], &loc_out); in test_large_linearity()
|
/Zephyr-latest/include/zephyr/sys/ |
D | timeutil.h | 281 int timeutil_sync_local_from_ref(const struct timeutil_sync_state *tsp,
|
/Zephyr-latest/lib/utils/ |
D | timeutil.c | 158 int timeutil_sync_local_from_ref(const struct timeutil_sync_state *tsp, in timeutil_sync_local_from_ref() function
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 102 :c:func:`timeutil_sync_local_from_ref()` convert instants in one time scale
|