pub trait I2sPort { // Required method fn port(&self) -> i2s_port_t; }
Returns the I2S port number of this driver.