[][src]Struct arduino_mkr1000::sercom::Sercom5Pad3

pub struct Sercom5Pad3<PIN>(_);

Represents a numbered pad for the associated sercom instance. The pad is generic over any pin, only the PadPin implementations in this the sercom module make sense.

Implementations

impl<PIN> Sercom5Pad3<PIN>[src]

pub fn new(pin: PIN) -> Sercom5Pad3<PIN>[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<Sercom5Pad3<Pa21<PfC>>> for Pa21<MODE>[src]

impl<MODE> PadPin<Sercom5Pad3<Pa25<PfD>>> for Pa25<MODE>[src]

impl<MODE> PadPin<Sercom5Pad3<Pb1<PfD>>> for Pb1<MODE>[src]

impl<MODE> PadPin<Sercom5Pad3<Pb23<PfD>>> for Pb23<MODE>[src]

Auto Trait Implementations

impl<PIN> Send for Sercom5Pad3<PIN> where
    PIN: Send

impl<PIN> Sync for Sercom5Pad3<PIN> where
    PIN: Sync

impl<PIN> Unpin for Sercom5Pad3<PIN> where
    PIN: Unpin

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.