[][src]Struct samd11_bare::Pins

pub struct Pins {
    pub port: Port,
    pub d1: Pa5<Input<Floating>>,
    pub d2: Pa8<Input<Floating>>,
    pub d3: Pa9<Input<Floating>>,
    pub d4: Pa14<Input<Floating>>,
    pub d5: Pa15<Input<Floating>>,
    pub d6: Pa28<Input<Floating>>,
    pub d7: Pa30<Input<Floating>>,
    pub d8: Pa31<Input<Floating>>,
    pub d9: Pa24<Input<Floating>>,
    pub d10: Pa25<Input<Floating>>,
    pub d13: Pa2<Input<Floating>>,
    pub d14: Pa4<Input<Floating>>,
}

Maps the pins to their physical pins.

Fields

port: Port

Opaque port reference

d1: Pa5<Input<Floating>>d2: Pa8<Input<Floating>>d3: Pa9<Input<Floating>>d4: Pa14<Input<Floating>>d5: Pa15<Input<Floating>>d6: Pa28<Input<Floating>>d7: Pa30<Input<Floating>>d8: Pa31<Input<Floating>>d9: Pa24<Input<Floating>>d10: Pa25<Input<Floating>>d13: Pa2<Input<Floating>>d14: Pa4<Input<Floating>>

Implementations

impl Pins[src]

pub fn new(port: PORT) -> Self[src]

Auto Trait Implementations

impl Send for Pins

impl Sync for Pins

impl Unpin for Pins

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.