[][src]Enum atsams70n19::pwm0::pwm_ch_num::pwm_cmr::CPRER

pub enum CPRER {
    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,
}

Possible values of the field CPRE

Variants

MCK

Peripheral clock

MCK_DIV_2

Peripheral clock/2

MCK_DIV_4

Peripheral clock/4

MCK_DIV_8

Peripheral clock/8

MCK_DIV_16

Peripheral clock/16

MCK_DIV_32

Peripheral clock/32

MCK_DIV_64

Peripheral clock/64

MCK_DIV_128

Peripheral clock/128

MCK_DIV_256

Peripheral clock/256

MCK_DIV_512

Peripheral clock/512

MCK_DIV_1024

Peripheral clock/1024

CLKA

Clock A

CLKB

Clock B

Trait Implementations

impl ToBits<u8> for CPRER[src]

impl Debug for CPRER[src]

impl PartialEq<CPRER> for CPRER[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for CPRER[src]

impl Clone for CPRER[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for CPRER

impl Sync for CPRER

impl Send for CPRER

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self