pub trait BusTimerClock {
    fn timer_clock(clocks: &Clocks) -> Hertz;
}
Expand description

Frequency on bus that timer is connected in

Required Methods§

Calculates base frequency of timer depending on Clock state

Implementors§