Trait esp32c3_hal::i2s::I2sWrite
source · pub trait I2sWrite<W> {
// Required method
fn write(&mut self, words: &[W]) -> Result<(), Error>;
}
Expand description
Blocking I2s Write
pub trait I2sWrite<W> {
// Required method
fn write(&mut self, words: &[W]) -> Result<(), Error>;
}
Blocking I2s Write