Enum atsamd21e18a::gclk::genctrl::SRCR[][src]

pub enum SRCR {
    XOSC,
    GCLKIN,
    GCLKGEN1,
    OSCULP32K,
    OSC32K,
    XOSC32K,
    OSC8M,
    DFLL48M,
    DPLL96M,
    _Reserved(u8),
}

Possible values of the field SRC

Variants

XOSC oscillator output

Generator input pad

Generic clock generator 1 output

OSCULP32K oscillator output

OSC32K oscillator output

XOSC32K oscillator output

OSC8M oscillator output

DFLL48M output

DPLL96M output

Reserved

Methods

impl SRCR
[src]

Value of the field as raw bits

Checks if the value of the field is XOSC

Checks if the value of the field is GCLKIN

Checks if the value of the field is GCLKGEN1

Checks if the value of the field is OSCULP32K

Checks if the value of the field is OSC32K

Checks if the value of the field is XOSC32K

Checks if the value of the field is OSC8M

Checks if the value of the field is DFLL48M

Checks if the value of the field is DPLL96M

Trait Implementations

impl Clone for SRCR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SRCR
[src]

impl Debug for SRCR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for SRCR
[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 SRCR

impl Sync for SRCR