ChannelClocks

Trait ChannelClocks 

Source
pub trait ChannelClocks {
    // Required method
    fn get_clk_frequency(clocks: &Clocks) -> Option<Hertz>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<SAI, const C: bool> ChannelClocks for SAICH<SAI, C>