[][src]Enum k22f::sim::clkdiv1::OUTDIV3_A

#[repr(u8)]pub enum OUTDIV3_A {
    _0000,
    _0001,
    _0010,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _1101,
    _1110,
    _1111,
}

Clock 3 output divider value

Value on reset: 1

Variants

_0000

0: Divide-by-1.

_0001

1: Divide-by-2.

_0010

2: Divide-by-3.

_0011

3: Divide-by-4.

_0100

4: Divide-by-5.

_0101

5: Divide-by-6.

_0110

6: Divide-by-7.

_0111

7: Divide-by-8.

_1000

8: Divide-by-9.

_1001

9: Divide-by-10.

_1010

10: Divide-by-11.

_1011

11: Divide-by-12.

_1100

12: Divide-by-13.

_1101

13: Divide-by-14.

_1110

14: Divide-by-15.

_1111

15: Divide-by-16.

Trait Implementations

impl Clone for OUTDIV3_A[src]

impl Copy for OUTDIV3_A[src]

impl Debug for OUTDIV3_A[src]

impl From<OUTDIV3_A> for u8[src]

impl PartialEq<OUTDIV3_A> for OUTDIV3_A[src]

impl StructuralPartialEq for OUTDIV3_A[src]

Auto Trait Implementations

impl Send for OUTDIV3_A

impl Sync for OUTDIV3_A

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