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

pub enum Sercom4 {}

Represents the corresponding SERCOM instance

Trait Implementations

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

type Id = PA12

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad1> for PB09[src]

type Id = PB09

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PB09

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad1> for PA12[src]

type Id = PA12

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad2> for PB10[src]

type Id = PB10

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

impl Map<Sercom4, Pad2> for PA14[src]

type Id = PA14

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA14

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PB10

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

type SERCOM = SERCOM4

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.