Searched refs:femto (Results 1 – 10 of 10) sorted by relevance
9 expressed in femto Farad (fF). Valid values are 7000 and 12500.
14 expressed in femto Farad (fF). Valid values are 7000 and 12500.
35 femto- 1e-1565 f- femto
48 typedef ratio<1, 1000000000000000> femto;269 typedef ratio<1LL, 1000000000000000LL> femto;
78 else if constexpr (same_as<typename _Period::type, femto>) in __units_suffix()
3607 systime->femto = (uint64_t)reg << 18; in al_eth_pth_systime_read()3661 reg = time->femto & AL_BIT_MASK(18); in al_eth_pth_int_update_time_set()3665 reg = time->femto >> 18; in al_eth_pth_int_update_time_set()3698 reg = time->femto & AL_BIT_MASK(18); in al_eth_pth_ext_update_time_set()3702 reg = time->femto >> 18; in al_eth_pth_ext_update_time_set()3802 reg = params->start_time.femto & AL_BIT_MASK(18); in al_eth_pth_pulse_out_config()3806 reg = params->start_time.femto >> 18; in al_eth_pth_pulse_out_config()
1457 uint64_t femto; /**< femto seconds */ member
2050 struct ratio_string<std::femto> {14939 std::string ratio_string<std::femto>::symbol() { return "f"; } in symbol()
1190 SYMBOL(femto, std::, <ratio>)