[][src]Enum wip_s32k144::pcc::pcc_flexio::PCS_A

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

Peripheral Clock Source Select

Value on reset: 0

Variants

_000

0: Clock is off.

_001

1: Clock option 1

_010

2: Clock option 2

_011

3: Clock option 3

_100

4: Clock option 4

_101

5: Clock option 5

_110

6: Clock option 6

_111

7: Clock option 7

Trait Implementations

impl Clone for PCS_A[src]

impl Copy for PCS_A[src]

impl Debug for PCS_A[src]

impl From<PCS_A> for u8[src]

impl PartialEq<PCS_A> for PCS_A[src]

impl StructuralPartialEq for PCS_A[src]

Auto Trait Implementations

impl Send for PCS_A

impl Sync for PCS_A

impl Unpin for PCS_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.