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

pub enum Sercom0 {}

Represents the corresponding SERCOM instance

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<Sercom0, Pad1> for IoSet3[src]

type Id = PA05

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad1> for PA05[src]

type Id = PA05

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA09

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad1> for PA09[src]

type Id = PA09

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad2> for PA06[src]

type Id = PA06

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA10

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

impl Map<Sercom0, Pad2> for PA10[src]

type Id = PA10

The PinId for the corresponding pin

type Mode = Alternate<C>

The PinMode for the corresponding pin

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

type Id = PA06

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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 Sercom for Sercom0[src]

type SERCOM = SERCOM0

Corresponding PAC SERCOM type

Auto Trait Implementations

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.