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