[][src]Trait imxrt1062_hal::iomuxc::spi::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_00<Alt7>[src]

type Wire = SCK

type Module = _3

impl Pin for GPIO_AD_B0_01<Alt7>[src]

type Wire = SDO

type Module = _3

impl Pin for GPIO_AD_B0_02<Alt7>[src]

type Wire = SDI

type Module = _3

impl Pin for GPIO_AD_B0_03<Alt7>[src]

type Wire = PCS0

type Module = _3

impl Pin for GPIO_B0_00<Alt3>[src]

type Wire = PCS0

type Module = _4

impl Pin for GPIO_B0_01<Alt3>[src]

type Wire = SDI

type Module = _4

impl Pin for GPIO_B0_02<Alt3>[src]

type Wire = SDO

type Module = _4

impl Pin for GPIO_B0_03<Alt3>[src]

type Wire = SCK

type Module = _4

impl Pin for GPIO_EMC_30<Alt3>[src]

type Wire = PCS0

type Module = _1

impl Pin for GPIO_SD_B0_00<Alt4>[src]

type Wire = SCK

type Module = _1

impl Pin for GPIO_SD_B0_01<Alt4>[src]

type Wire = PCS0

type Module = _1

impl Pin for GPIO_SD_B0_02<Alt4>[src]

type Wire = SDO

type Module = _1

impl Pin for GPIO_SD_B0_03<Alt4>[src]

type Wire = SDI

type Module = _1

impl Pin for GPIO_SD_B1_06<Alt4>[src]

type Wire = PCS0

type Module = _2

impl Pin for GPIO_SD_B1_07<Alt4>[src]

type Wire = SCK

type Module = _2

impl Pin for GPIO_SD_B1_08<Alt4>[src]

type Wire = SDO

type Module = _2

impl Pin for GPIO_SD_B1_09<Alt4>[src]

type Wire = SDI

type Module = _2

Loading content...