[][src]Enum trellis_m4::sercom::v1::Pad0

pub enum Pad0 {}

Represents the corresponding SERCOM pad number

Trait Implementations

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

type Id = PA04

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA08

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad0> for PA04[src]

type Id = PA04

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad0> for PA08[src]

type Id = PA08

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

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

type Id = PA00

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad0> for PA00[src]

type Id = PA00

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA16

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom1, Pad0> for PA16[src]

type Id = PA16

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom2, Pad0> for PA09[src]

type Id = PA09

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA09

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA12

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom2, Pad0> for PA12[src]

type Id = PA12

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

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

type Id = PA17

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA22

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad0> for PA17[src]

type Id = PA17

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom3, Pad0> for PA22[src]

type Id = PA22

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

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

type Id = PB08

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad0> for PA13[src]

type Id = PA13

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad0> for PB08[src]

type Id = PB08

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA13

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad0> for PB02[src]

type Id = PB02

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA23

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad0> for PA23[src]

type Id = PA23

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom5, Pad0> for IoSet6[src]

type Id = PB02

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA23

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA23

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl PadNum for Pad0[src]

Auto Trait Implementations

impl Send for Pad0[src]

impl Sync for Pad0[src]

impl Unpin for Pad0[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.