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

Frequency on bus that timer is connected in

Required Methods§

source

fn timer_clock(clocks: &Clocks) -> Hertz

Calculates base frequency of timer depending on Clock state

Object Safety§

This trait is not object safe.

Implementors§