pub trait GetTimerClock: RccBus { // Required method fn get_timer_clock(&self, rcc: &Rcc) -> HertzU32; }