[][src]Enum sam3x8e::pmc::pmc_pcr::DIVR

pub enum DIVR {
    PERIPH_DIV_MCK,
    PERIPH_DIV2_MCK,
    PERIPH_DIV4_MCK,
    _Reserved(u8),
}

Possible values of the field DIV

Variants

PERIPH_DIV_MCK

Peripheral clock is MCK

PERIPH_DIV2_MCK

Peripheral clock is MCK/2

PERIPH_DIV4_MCK

Peripheral clock is MCK/4

_Reserved(u8)

Reserved

Methods

impl DIVR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_periph_div_mck(&self) -> bool[src]

Checks if the value of the field is PERIPH_DIV_MCK

pub fn is_periph_div2_mck(&self) -> bool[src]

Checks if the value of the field is PERIPH_DIV2_MCK

pub fn is_periph_div4_mck(&self) -> bool[src]

Checks if the value of the field is PERIPH_DIV4_MCK

Trait Implementations

impl Clone for DIVR[src]

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

Performs copy-assignment from source. Read more

impl Debug for DIVR[src]

impl PartialEq<DIVR> for DIVR[src]

impl Copy for DIVR[src]

Auto Trait Implementations

impl Send for DIVR

impl Sync for DIVR

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]