[][src]Enum mk66f18::portb::pcr23::MUX_A

pub enum MUX_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Pin Mux Control

Value on reset: 0

Variants

_000

0: Pin disabled (analog).

_001

1: Alternative 1 (GPIO).

_010

2: Alternative 2 (chip-specific).

_011

3: Alternative 3 (chip-specific).

_100

4: Alternative 4 (chip-specific).

_101

5: Alternative 5 (chip-specific).

_110

6: Alternative 6 (chip-specific).

_111

7: Alternative 7 (chip-specific).

Trait Implementations

impl Debug for MUX_A[src]

impl PartialEq<MUX_A> for MUX_A[src]

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

This method tests for !=.

impl Copy for MUX_A[src]

impl From<MUX_A> for u8[src]

impl Clone for MUX_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 MUX_A

impl Sync for MUX_A

impl Send for MUX_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