[][src]Enum atsame70q20b::pmc::pmc_mckr::MDIV_A

#[repr(u8)]pub enum MDIV_A {
    EQ_PCK,
    PCK_DIV2,
    PCK_DIV4,
    PCK_DIV3,
}

Master Clock Division

Value on reset: 0

Variants

EQ_PCK

0: Master Clock is Prescaler Output Clock divided by 1.

PCK_DIV2

1: Master Clock is Prescaler Output Clock divided by 2.

PCK_DIV4

2: Master Clock is Prescaler Output Clock divided by 4.

PCK_DIV3

3: Master Clock is Prescaler Output Clock divided by 3.

Trait Implementations

impl Clone for MDIV_A[src]

impl Copy for MDIV_A[src]

impl Debug for MDIV_A[src]

impl From<MDIV_A> for u8[src]

impl PartialEq<MDIV_A> for MDIV_A[src]

impl StructuralPartialEq for MDIV_A[src]

Auto Trait Implementations

impl Send for MDIV_A

impl Sync for MDIV_A

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