Trait esp32c3_hal::i2s::I2sWrite

source ·
pub trait I2sWrite<W> {
    fn write(&mut self, words: &[W]) -> Result<(), Error>;
}

Required Methods

Implementors