[][src]Enum trellis_m4::sercom::v2::Pad3

pub enum Pad3 {}

Represents the corresponding SERCOM pad number

Trait Implementations

impl Map<Sercom0, Pad3> for IoSet3[src]

type Id = PA07

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad3> for PA11[src]

type Id = PA11

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad3> for PA07[src]

type Id = PA07

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad3> for IoSet1[src]

type Id = PA11

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad3> for IoSet3[src]

type Id = PB23

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad3> for IoSet1[src]

type Id = PA19

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad3> for PA19[src]

type Id = PA19

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad3> for IoSet4[src]

type Id = PA31

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad3> for PB23[src]

type Id = PB23

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad3> for PA31[src]

type Id = PA31

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom2, Pad3> for PA15[src]

type Id = PA15

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom2, Pad3> for IoSet1[src]

type Id = PA15

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom2, Pad3> for IoSet3[src]

type Id = PA11

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom2, Pad3> for PA11[src]

type Id = PA11

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad3> for IoSet1[src]

type Id = PA25

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad3> for PA25[src]

type Id = PA25

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad3> for PA19[src]

type Id = PA19

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad3> for IoSet2[src]

type Id = PA21

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad3> for IoSet3[src]

type Id = PA19

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad3> for PA21[src]

type Id = PA21

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad3> for IoSet2[src]

type Id = PB11

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad3> for IoSet3[src]

type Id = PA15

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad3> for PB11[src]

type Id = PB11

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad3> for PA15[src]

type Id = PA15

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad3> for PB23[src]

type Id = PB23

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad3> for PA21[src]

type Id = PA21

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad3> for IoSet3[src]

type Id = PA25

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad3> for IoSet2[src]

type Id = PA21

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad3> for IoSet4[src]

type Id = PB23

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad3> for PA25[src]

type Id = PA25

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl PadNum for Pad3[src]

Auto Trait Implementations

impl Send for Pad3[src]

impl Sync for Pad3[src]

impl Unpin for Pad3[src]

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.