[][src]Enum k22f::cmt::pps::PPSDIV_A

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

Primary Prescaler Divider

Value on reset: 0

Variants

_0000

0: Bus clock * 1

_0001

1: Bus clock * 2

_0010

2: Bus clock * 3

_0011

3: Bus clock * 4

_0100

4: Bus clock * 5

_0101

5: Bus clock * 6

_0110

6: Bus clock * 7

_0111

7: Bus clock * 8

_1000

8: Bus clock * 9

_1001

9: Bus clock * 10

_1010

10: Bus clock * 11

_1011

11: Bus clock * 12

_1100

12: Bus clock * 13

_1101

13: Bus clock * 14

_1110

14: Bus clock * 15

_1111

15: Bus clock * 16

Trait Implementations

impl Clone for PPSDIV_A[src]

impl Copy for PPSDIV_A[src]

impl Debug for PPSDIV_A[src]

impl From<PPSDIV_A> for u8[src]

impl PartialEq<PPSDIV_A> for PPSDIV_A[src]

impl StructuralPartialEq for PPSDIV_A[src]

Auto Trait Implementations

impl Send for PPSDIV_A

impl Sync for PPSDIV_A

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