Searched refs:hms (Results 1 – 6 of 6) sorted by relevance
10 obj-$(CONFIG_HMS_PROFINET) += hms-profinet.o
37 will be called hms-profinet.
246 def hms(self): member in TimeVal256 hh, mm, ss = self.hms()271 hh, mm, ss = self.hms()
372 std::chrono::hh_mm_ss<SubType> hms(dur);374 return std::format("{}T{}+00:00", ymd, hms);
5403 auto hms = fds.tod;5408 auto h = *fmt == CharT{'I'} ? date::make12(hms.hours()) : hms.hours();5417 tm.tm_hour = static_cast<int>(hms.hours().count());
[all...]