Trait imxrt_iomuxc::spi::Pin[][src]

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

    const ALT: u32;
    const DAISY: Daisy;
}

A SPI pin

Associated Types

type Signal: Signal[src]

SPI signal

type Module: Unsigned[src]

SPI module; U3 for SPI3

Loading content...

Associated Constants

const ALT: u32[src]

Alternate value for this pin

const DAISY: Daisy[src]

Daisy register

Loading content...

Implementors

impl Pin for AD_B0_00[src]

This is supported on crate feature imxrt106x only.

type Signal = SCK

type Module = U3

impl Pin for AD_B0_01[src]

This is supported on crate feature imxrt106x only.

type Signal = SDO

type Module = U3

impl Pin for AD_B0_02[src]

This is supported on crate feature imxrt106x only.

type Signal = SDI

type Module = U3

impl Pin for AD_B0_03[src]

This is supported on crate feature imxrt106x only.

type Signal = PCS0

type Module = U3

impl Pin for B0_00[src]

This is supported on crate feature imxrt106x only.

type Signal = PCS0

type Module = U4

impl Pin for B0_01[src]

This is supported on crate feature imxrt106x only.

type Signal = SDI

type Module = U4

impl Pin for B0_02[src]

This is supported on crate feature imxrt106x only.

type Signal = SDO

type Module = U4

impl Pin for B0_03[src]

This is supported on crate feature imxrt106x only.

type Signal = SCK

type Module = U4

impl Pin for EMC_30[src]

This is supported on crate feature imxrt106x only.

type Signal = PCS0

type Module = U1

impl Pin for SD_B0_00[src]

This is supported on crate feature imxrt106x only.

type Signal = SCK

type Module = U1

impl Pin for SD_B0_01[src]

This is supported on crate feature imxrt106x only.

type Signal = PCS0

type Module = U1

impl Pin for SD_B0_02[src]

This is supported on crate feature imxrt106x only.

type Signal = SDO

type Module = U1

impl Pin for SD_B0_03[src]

This is supported on crate feature imxrt106x only.

type Signal = SDI

type Module = U1

impl Pin for SD_B1_06[src]

This is supported on crate feature imxrt106x only.

type Signal = PCS0

type Module = U2

impl Pin for SD_B1_07[src]

This is supported on crate feature imxrt106x only.

type Signal = SCK

type Module = U2

impl Pin for SD_B1_08[src]

This is supported on crate feature imxrt106x only.

type Signal = SDO

type Module = U2

impl Pin for SD_B1_09[src]

This is supported on crate feature imxrt106x only.

type Signal = SDI

type Module = U2

Loading content...