pub trait I2cCommon {
    type Scl;
    type Sda;
    type Smba;
}

Required Associated Types§

Implementors§

source§

impl I2cCommon for I2C1

§

type Scl = Scl

§

type Sda = Sda

§

type Smba = Smba

source§

impl I2cCommon for I2C2

§

type Scl = Scl

§

type Sda = Sda

§

type Smba = Smba

source§

impl I2cCommon for I2C3

§

type Scl = Scl

§

type Sda = Sda

§

type Smba = Smba