pub fn set_tick_frequency<T, S>(tick_frequency: T, sysclock: S) where
    Hertz: From<T> + From<S>,