[][src]Trait imxrt_iomuxc::uart::Pin

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

    const ALT: u32;
    const DAISY: Option<Daisy>;
}

A UART pin

Associated Types

type Direction: Direction

Pin direction

type Module: Unsigned

UART module; U3 for UART3

Loading content...

Associated Constants

const ALT: u32

The alternate value for the UART pin

const DAISY: Option<Daisy>

The daisy register which will select the pad

Loading content...

Implementors

impl Pin for AD_B0_02[src]

type Direction = TX

type Module = U6

impl Pin for AD_B0_03[src]

type Direction = RX

type Module = U6

impl Pin for AD_B0_12[src]

type Direction = TX

type Module = U1

impl Pin for AD_B0_13[src]

type Direction = RX

type Module = U1

impl Pin for AD_B1_02[src]

type Direction = TX

type Module = U2

impl Pin for AD_B1_03[src]

type Direction = RX

type Module = U2

impl Pin for AD_B1_06[src]

type Direction = TX

type Module = U3

impl Pin for AD_B1_07[src]

type Direction = RX

type Module = U3

impl Pin for AD_B1_10[src]

type Direction = TX

type Module = U8

impl Pin for AD_B1_11[src]

type Direction = RX

type Module = U8

impl Pin for B1_00[src]

type Direction = TX

type Module = U4

impl Pin for B1_01[src]

type Direction = RX

type Module = U4

impl Pin for EMC_31[src]

type Direction = TX

type Module = U7

impl Pin for EMC_32[src]

type Direction = RX

type Module = U7

Loading content...