Searched refs:timeutil_sync_ref_from_local (Results  1 – 5 of 5) sorted by relevance
| /Zephyr-latest/tests/unit/timeutil/ | 
| D | test_sync.c | 227 	int rv = timeutil_sync_ref_from_local(&ss, 0, &ref);  in tref_from_local() 238 	rv = timeutil_sync_ref_from_local(&ss, ss.base.local, NULL);  in tref_from_local() 242 	rv = timeutil_sync_ref_from_local(&ss, ss.base.local, &ref);  in tref_from_local() 248 	rv = timeutil_sync_ref_from_local(&ss, 0, &ref);  in tref_from_local() 254 	rv = timeutil_sync_ref_from_local(&ss, ss.base.local, &ref);  in tref_from_local() 260 	rv = timeutil_sync_ref_from_local(&ss, ss.base.local  in tref_from_local() 267 	rv = timeutil_sync_ref_from_local(&ss, (int64_t)ss.base.local  in tref_from_local() 278 	rv = timeutil_sync_ref_from_local(&ss, ss.base.local  in tref_from_local() 389 		rv = timeutil_sync_ref_from_local(&ss, inputs[i], &ref_out);  in test_large_linearity()
  | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | timeutil.h | 257 int timeutil_sync_ref_from_local(const struct timeutil_sync_state *tsp,
  | 
| /Zephyr-latest/lib/utils/ | 
| D | timeutil.c | 130 int timeutil_sync_ref_from_local(const struct timeutil_sync_state *tsp,  in timeutil_sync_ref_from_local()  function
  | 
| /Zephyr-latest/samples/boards/nordic/clock_skew/src/ | 
| D | main.c | 170 			(void)timeutil_sync_ref_from_local(&st2, latest->local,  in sync_work_handler()
  | 
| /Zephyr-latest/doc/kernel/ | 
| D | timeutil.rst | 101 * :c:func:`timeutil_sync_ref_from_local()` and
  |