[][src]Enum k22f::axbs::crs::PARK_A

#[repr(u8)]pub enum PARK_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Park

Value on reset: 0

Variants

_000

0: Park on master port M0

_001

1: Park on master port M1

_010

2: Park on master port M2

_011

3: Park on master port M3

_100

4: Park on master port M4

_101

5: Park on master port M5

_110

6: Park on master port M6

_111

7: Park on master port M7

Trait Implementations

impl Clone for PARK_A[src]

impl Copy for PARK_A[src]

impl Debug for PARK_A[src]

impl From<PARK_A> for u8[src]

impl PartialEq<PARK_A> for PARK_A[src]

impl StructuralPartialEq for PARK_A[src]

Auto Trait Implementations

impl Send for PARK_A

impl Sync for PARK_A

impl Unpin for PARK_A

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.