[][src]Enum k64::pdb0::sc::PRESCALERW

pub enum PRESCALERW {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Values that can be written to the field PRESCALER

Variants

_000

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

_001

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

_010

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

_011

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

_100

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

_101

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

_110

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

_111

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

Auto Trait Implementations

impl Send for PRESCALERW

impl Sync for PRESCALERW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]