[][src]Enum k22f::mcg::s::CLKST_A

#[repr(u8)]pub enum CLKST_A {
    _00,
    _01,
    _10,
    _11,
}

Clock Mode Status

Value on reset: 0

Variants

_00

0: Encoding 0 - Output of the FLL is selected (reset default).

_01

1: Encoding 1 - Internal reference clock is selected.

_10

2: Encoding 2 - External reference clock is selected.

_11

3: Encoding 3 - Output of the PLL is selected.

Trait Implementations

impl Clone for CLKST_A[src]

impl Copy for CLKST_A[src]

impl Debug for CLKST_A[src]

impl From<CLKST_A> for u8[src]

impl PartialEq<CLKST_A> for CLKST_A[src]

impl StructuralPartialEq for CLKST_A[src]

Auto Trait Implementations

impl Send for CLKST_A

impl Sync for CLKST_A

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