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

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

Associated Types

Loading content...

Required methods

fn configure(&mut self)

Perform IOMUXC configurations for this pin

Loading content...

Implementors

impl Pin for GPIO_AD_B0_02<Alt2>[src]

type Direction = TX

type Module = _6

impl Pin for GPIO_AD_B0_03<Alt2>[src]

type Direction = RX

type Module = _6

impl Pin for GPIO_AD_B0_12<Alt2>[src]

type Direction = TX

type Module = _1

impl Pin for GPIO_AD_B0_13<Alt2>[src]

type Direction = RX

type Module = _1

impl Pin for GPIO_AD_B1_02<Alt2>[src]

type Direction = TX

type Module = _2

impl Pin for GPIO_AD_B1_03<Alt2>[src]

type Direction = RX

type Module = _2

impl Pin for GPIO_AD_B1_06<Alt2>[src]

type Direction = TX

type Module = _3

impl Pin for GPIO_AD_B1_07<Alt2>[src]

type Direction = RX

type Module = _3

impl Pin for GPIO_AD_B1_10<Alt2>[src]

type Direction = TX

type Module = _8

impl Pin for GPIO_AD_B1_11<Alt2>[src]

type Direction = RX

type Module = _8

impl Pin for GPIO_B1_00<Alt2>[src]

type Direction = TX

type Module = _4

impl Pin for GPIO_B1_01<Alt2>[src]

type Direction = RX

type Module = _4

impl Pin for GPIO_EMC_31<Alt2>[src]

type Direction = TX

type Module = _7

impl Pin for GPIO_EMC_32<Alt2>[src]

type Direction = RX

type Module = _7

Loading content...