[][src]Enum trellis_m4::sercom::v1::pads::IoSet3

pub enum IoSet3 {}

Represents the corresponding IOSET

Trait Implementations

impl IoSet for IoSet3[src]

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, 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, 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<Sercom1, Pad2> for IoSet3[src]

type Id = PB22

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

type Id = PA08

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA10

The PinId for the corresponding pin

type Mode = Alternate<D>

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

type Id = PA16

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA18

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

type Id = PA22

The PinId for the corresponding pin

type Mode = Alternate<D>

The PinMode for the corresponding pin

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

type Id = PA24

The PinId for the corresponding pin

type Mode = Alternate<D>

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

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.