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

Trait to get I2s frequency at SPI peripheral input.

Required Methods

Implementors