Enum atsamd21_hal::sercom::Sercom1Pad3 [] [src]

pub enum Sercom1Pad3 {
    Pa19(Pa19<PfC>),
    Pa31(Pa31<PfD>),
}

Represents a numbered pad for the associated sercom instance

Variants

Methods

impl Sercom1Pad3
[src]

[src]

Construct pad from the appropriate pin in any mode. You may find it more convenient to use the into_pad trait and avoid referencing the pad type.

[src]

Construct pad from the appropriate pin in any mode. You may find it more convenient to use the into_pad trait and avoid referencing the pad type.

Trait Implementations

impl<MODE> PadPin<Sercom1Pad3> for Pa19<MODE>
[src]

[src]

impl<MODE> PadPin<Sercom1Pad3> for Pa31<MODE>
[src]

[src]

Auto Trait Implementations

impl Send for Sercom1Pad3

impl Sync for Sercom1Pad3