[][src]Enum atsame70j20b::pwm0::pwm_ch_num::pwm_cmr::CPRE_A

#[repr(u8)]pub enum CPRE_A {
    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,
}

Channel Pre-scaler

Value on reset: 0

Variants

MCK

0: Peripheral clock

MCK_DIV_2

1: Peripheral clock/2

MCK_DIV_4

2: Peripheral clock/4

MCK_DIV_8

3: Peripheral clock/8

MCK_DIV_16

4: Peripheral clock/16

MCK_DIV_32

5: Peripheral clock/32

MCK_DIV_64

6: Peripheral clock/64

MCK_DIV_128

7: Peripheral clock/128

MCK_DIV_256

8: Peripheral clock/256

MCK_DIV_512

9: Peripheral clock/512

MCK_DIV_1024

10: Peripheral clock/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 From<CPRE_A> for u8[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.