Trait esp_idf_hal::i2s::I2sPort
source · pub trait I2sPort {
// Required method
fn port(&self) -> i2s_port_t;
}
Required Methods§
sourcefn port(&self) -> i2s_port_t
fn port(&self) -> i2s_port_t
Returns the I2S port number of this driver.