[][src]Enum rv32m1_ri5cy_pac::porta::pcr3::MUX_A

pub enum MUX_A {
    MUX_0,
    MUX_1,
    MUX_2,
    MUX_3,
    MUX_4,
    MUX_5,
    MUX_6,
    MUX_7,
}

Pin Mux Control

Value on reset: 7

Variants

MUX_0

0: Pin disabled (Alternative 0) (analog).

MUX_1

1: Alternative 1 (GPIO).

MUX_2

2: Alternative 2 (chip-specific).

MUX_3

3: Alternative 3 (chip-specific).

MUX_4

4: Alternative 4 (chip-specific).

MUX_5

5: Alternative 5 (chip-specific).

MUX_6

6: Alternative 6 (chip-specific).

MUX_7

7: Alternative 7 (chip-specific).

Trait Implementations

impl From<MUX_A> for u8[src]

impl PartialEq<MUX_A> for MUX_A[src]

impl Debug for MUX_A[src]

impl Copy for MUX_A[src]

impl Clone for MUX_A[src]

Auto Trait Implementations

impl Unpin for MUX_A

impl Send for MUX_A

impl Sync for MUX_A

Blanket Implementations

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

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, 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]