pub fn parse_clock_frequency(input: &str) -> Result<Duration>
Expand description

This function parses a tring of the form “10 ms” or “115.2 kHz” returning the clock period as a Duration.