Searched defs:to_ns (Results 1 – 4 of 4) sorted by relevance
59 pub fn to_ns(self) -> i64 { in to_ns() method
93 static inline unsigned int to_ns(unsigned int us) in to_ns() function
62 #define to_ns(cycles) ((cycles)*120) macro
270 #define to_ns(ticks, clk) (((ticks) * NS_IN_KHZ) / (unsigned int)(clk)) macro