[][src]Enum atsamd51g19a::port::pmux1_::PMUXO_A

pub enum PMUXO_A {
    A,
    B,
    C,
    D,
    E,
    F,
    G,
    H,
    I,
    J,
    K,
    L,
    M,
    N,
}

Peripheral Multiplexing for Odd-Numbered Pin

Value on reset: 0

Variants

A

0: Peripheral function A selected

B

1: Peripheral function B selected

C

2: Peripheral function C selected

D

3: Peripheral function D selected

E

4: Peripheral function E selected

F

5: Peripheral function F selected

G

6: Peripheral function G selected

H

7: Peripheral function H selected

I

8: Peripheral function I selected

J

9: Peripheral function J selected

K

10: Peripheral function K selected

L

11: Peripheral function L selected

M

12: Peripheral function M selected

N

13: Peripheral function N selected

Trait Implementations

impl Debug for PMUXO_A[src]

impl PartialEq<PMUXO_A> for PMUXO_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for PMUXO_A[src]

impl From<PMUXO_A> for u8[src]

impl Clone for PMUXO_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for PMUXO_A

impl Send for PMUXO_A

impl Sync for PMUXO_A

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self