Searched refs:__const_hz (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/include/zephyr/sys/ |
| D | time_units.h | 226 #define z_tmcvt_32(__t, __from_hz, __to_hz, __const_hz, __round_up, __round_off) \ argument 227 ((__const_hz) ? \ 245 #define z_tmcvt_64(__t, __from_hz, __to_hz, __const_hz, __round_up, __round_off) \ argument 246 ((__const_hz) ? \ 263 #define z_tmcvt(__t, __from_hz, __to_hz, __const_hz, __result32, __round_up, __round_off) \ argument 265 z_tmcvt_32(__t, __from_hz, __to_hz, __const_hz, __round_up, __round_off) : \ 266 z_tmcvt_64(__t, __from_hz, __to_hz, __const_hz, __round_up, __round_off))
|