Enum atsamd21e18a::sysctrl::dpllctrlb::REFCLKR[][src]

pub enum REFCLKR {
    REF0,
    REF1,
    GCLK,
    _Reserved(u8),
}

Possible values of the field REFCLK

Variants

CLK_DPLL_REF0 clock reference

CLK_DPLL_REF1 clock reference

GCLK_DPLL clock reference

Reserved

Methods

impl REFCLKR
[src]

Value of the field as raw bits

Checks if the value of the field is REF0

Checks if the value of the field is REF1

Checks if the value of the field is GCLK

Trait Implementations

impl Clone for REFCLKR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for REFCLKR
[src]

impl Debug for REFCLKR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for REFCLKR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for REFCLKR

impl Sync for REFCLKR