Enum atsam4n8c_pac::pwm::cmr1::CPRE_A[][src]

#[repr(u8)]pub enum CPRE_A {
    MCK,
    MCKDIV2,
    MCKDIV4,
    MCKDIV8,
    MCKDIV16,
    MCKDIV32,
    MCKDIV64,
    MCKDIV128,
    MCKDIV256,
    MCKDIV512,
    MCKDIV1024,
    CLKA,
    CLKB,
}

Channel Pre-scaler

Value on reset: 0

Variants

MCK

0: Master Clock

MCKDIV2

1: Master Clock divided by 2

MCKDIV4

2: Master Clock divided by 4

MCKDIV8

3: Master Clock divided by 8

MCKDIV16

4: Master Clock divided by 16

MCKDIV32

5: Master Clock divided by 32

MCKDIV64

6: Master Clock divided by 64

MCKDIV128

7: Master Clock divided by 128

MCKDIV256

8: Master Clock divided by 256

MCKDIV512

9: Master Clock divided by 512

MCKDIV1024

10: Master Clock divided by 1024

CLKA

11: Clock A

CLKB

12: Clock B

Trait Implementations

impl Clone for CPRE_A[src]

impl Copy for CPRE_A[src]

impl Debug for CPRE_A[src]

impl PartialEq<CPRE_A> for CPRE_A[src]

impl StructuralPartialEq for CPRE_A[src]

Auto Trait Implementations

impl Send for CPRE_A

impl Sync for CPRE_A

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