[][src]Enum sam3x8e::pwm::cmr0::CPREW

pub enum CPREW {
    MCK,
    MCK_DIV_2,
    MCK_DIV_4,
    MCK_DIV_8,
    MCK_DIV_16,
    MCK_DIV_32,
    MCK_DIV_64,
    MCK_DIV_128,
    MCK_DIV_256,
    MCK_DIV_512,
    MCK_DIV_1024,
    CLKA,
    CLKB,
}

Values that can be written to the field CPRE

Variants

MCK

Master clock

MCK_DIV_2

Master clock/2

MCK_DIV_4

Master clock/4

MCK_DIV_8

Master clock/8

MCK_DIV_16

Master clock/16

MCK_DIV_32

Master clock/32

MCK_DIV_64

Master clock/64

MCK_DIV_128

Master clock/128

MCK_DIV_256

Master clock/256

MCK_DIV_512

Master clock/512

MCK_DIV_1024

Master clock/1024

CLKA

Clock A

CLKB

Clock B

Auto Trait Implementations

impl Send for CPREW

impl Sync for CPREW

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]