pub trait I2sFreq { fn i2s_freq(clocks: &Clocks) -> Hertz; }
Trait to get I2s frequency at SPI peripheral input.