pub trait ClockSource: Sealed {
// Required method
fn get_freq(&self) -> Rate<u32, 1, 1>;
}Expand description
Trait for things that can be used as clock source
pub trait ClockSource: Sealed {
// Required method
fn get_freq(&self) -> Rate<u32, 1, 1>;
}Trait for things that can be used as clock source