[][src]Trait imxrt_iomuxc::i2c::Pin

pub trait Pin: IOMUX {
    type Signal: Signal;
    type Module: Unsigned;

    const ALT: u32;
    const DAISY: Daisy;
}

An I2C pin

Associated Types

type Signal: Signal

I2C Signal

type Module: Unsigned

I2C module; U2 for I2C2

Loading content...

Associated Constants

const ALT: u32

Alternate value for this pin

const DAISY: Daisy

Daisy register

Loading content...

Implementors

impl Pin for AD_B0_12[src]

type Signal = SCL

type Module = U4

impl Pin for AD_B0_13[src]

type Signal = SDA

type Module = U4

impl Pin for AD_B1_00[src]

type Signal = SCL

type Module = U1

impl Pin for AD_B1_01[src]

type Signal = SDA

type Module = U1

impl Pin for AD_B1_06[src]

type Signal = SDA

type Module = U3

impl Pin for AD_B1_07[src]

type Signal = SCL

type Module = U3

impl Pin for SD_B0_00[src]

type Signal = SCL

type Module = U3

impl Pin for SD_B0_01[src]

type Signal = SDA

type Module = U3

Loading content...