Trait esp_idf_hal::i2s::I2s
source · pub trait I2s: Send + Sealed {
// Required method
fn port() -> i2s_port_t;
}
Expand description
Trait implemented by I2S peripherals to obtain their port number.
Required Methods§
sourcefn port() -> i2s_port_t
fn port() -> i2s_port_t
Return the port number for the peripheral.
Object Safety§
This trait is not object safe.