Trait esp32_hal::i2c::Instance[][src]

pub trait Instance: Deref<Target = RegisterBlock> {
    fn is_i2c0(&self) -> bool { ... }
}

Provided methods

Determines which interface corresponds to the current instance

Implementations on Foreign Types

Implementors