[][src]Trait imxrt1062_hal::iomuxc::i2c::Pin

pub trait Pin {
    type Wire: Wire;
    type Module: Module;
    fn configure(&mut self);
}

Associated Types

type Wire: Wire

type Module: Module

Loading content...

Required methods

fn configure(&mut self)

Perform IOMUXC configurations for this pin

Loading content...

Implementors

impl Pin for GPIO_AD_B0_12<Alt0>[src]

type Wire = SCL

type Module = _4

impl Pin for GPIO_AD_B0_13<Alt0>[src]

type Wire = SDA

type Module = _4

impl Pin for GPIO_AD_B1_00<Alt3>[src]

type Wire = SCL

type Module = _1

impl Pin for GPIO_AD_B1_01<Alt3>[src]

type Wire = SDA

type Module = _1

impl Pin for GPIO_AD_B1_06<Alt1>[src]

type Wire = SDA

type Module = _3

impl Pin for GPIO_AD_B1_07<Alt1>[src]

type Wire = SCL

type Module = _3

impl Pin for GPIO_SD_B0_00<Alt2>[src]

type Wire = SCL

type Module = _3

impl Pin for GPIO_SD_B0_01<Alt2>[src]

type Wire = SDA

type Module = _3

Loading content...