[][src]Enum s32k144::porte::pcr24::MUXW

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

Values that can be written to the field MUX

Variants

_000

Pin disabled (Alternative 0) (analog).

_001

Alternative 1 (GPIO).

_010

Alternative 2 (chip-specific).

_011

Alternative 3 (chip-specific).

_100

Alternative 4 (chip-specific).

_101

Alternative 5 (chip-specific).

_110

Alternative 6 (chip-specific).

_111

Alternative 7 (chip-specific).

Auto Trait Implementations

impl Send for MUXW

impl Sync for MUXW

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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