Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/unit/time_units/
Doverflow.c51 z_tmcvt(UINT64_MAX / to_hz - 1, from_hz, to_hz, true, false, false, false)); in ZTEST()
53 z_tmcvt(UINT64_MAX / to_hz, from_hz, to_hz, true, false, false, false)); in ZTEST()
55 z_tmcvt(UINT64_MAX / to_hz + 1, from_hz, to_hz, true, false, false, false)); in ZTEST()
/Zephyr-Core-3.5.0/samples/boards/nrf/clock_skew/src/
Dmain.c27 return z_tmcvt(local, sync_config.local_Hz, USEC_PER_SEC, false, in local_to_us()
34 return z_tmcvt(ref, sync_config.ref_Hz, USEC_PER_SEC, false, in ref_to_us()
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dtime_units.h246 #define z_tmcvt(__t, __from_hz, __to_hz, __const_hz, __result32, __round_up, __round_off) \ macro
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.0.rst1060 * :github:`41111` - uint64 overflow in z_tmcvt() function