Searched defs:__from_hz (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | time_units.h | 118 #define z_tmcvt_is_identity(__from_hz, __to_hz) \ argument 122 #define z_tmcvt_is_int_mul(__from_hz, __to_hz) \ argument 126 #define z_tmcvt_is_int_div(__from_hz, __to_hz) \ argument 133 #define z_tmcvt_off_div(__from_hz, __to_hz, __round_up, __round_off) \ argument 163 #define z_tmcvt_off_gen(__from_hz, __to_hz, __round_up, __round_off) \ argument 169 #define z_tmcvt_int_div_32(__t, __from_hz, __to_hz, __round_up, __round_off) \ argument 184 #define z_tmcvt_int_mul_32(__t, __from_hz, __to_hz) \ argument 188 #define z_tmcvt_gen_32(__t, __from_hz, __to_hz, __round_up, __round_off) \ argument 193 #define z_tmcvt_int_div_64(__t, __from_hz, __to_hz, __round_up, __round_off) \ argument 199 #define z_tmcvt_int_mul_64(__t, __from_hz, __to_hz) \ argument [all …]
|