[][src]Enum k22f::pdb0::sc::PRESCALER_A

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

Prescaler Divider Select

Value on reset: 0

Variants

_000

0: Counting uses the peripheral clock divided by multiplication factor selected by MULT.

_001

1: Counting uses the peripheral clock divided by twice of the multiplication factor selected by MULT.

_010

2: Counting uses the peripheral clock divided by four times of the multiplication factor selected by MULT.

_011

3: Counting uses the peripheral clock divided by eight times of the multiplication factor selected by MULT.

_100

4: Counting uses the peripheral clock divided by 16 times of the multiplication factor selected by MULT.

_101

5: Counting uses the peripheral clock divided by 32 times of the multiplication factor selected by MULT.

_110

6: Counting uses the peripheral clock divided by 64 times of the multiplication factor selected by MULT.

_111

7: Counting uses the peripheral clock divided by 128 times of the multiplication factor selected by MULT.

Trait Implementations

impl Clone for PRESCALER_A[src]

impl Copy for PRESCALER_A[src]

impl Debug for PRESCALER_A[src]

impl From<PRESCALER_A> for u8[src]

impl PartialEq<PRESCALER_A> for PRESCALER_A[src]

impl StructuralPartialEq for PRESCALER_A[src]

Auto Trait Implementations

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.