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§

source

fn port() -> i2s_port_t

Return the port number for the peripheral.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl I2s for I2S0