Trait stm32f4xx_hal::i2s::I2sFreq[][src]

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

Required methods

Implementors