Enum nrf52840::clock::lfclkstat::SRCR[][src]

pub enum SRCR {
    RC,
    XTAL,
    SYNTH,
    _Reserved(u8),
}

Possible values of the field SRC

Variants

32.768 kHz RC oscillator (LFRC)

32.768 kHz crystal oscillator (LFXO)

32.768 kHz synthesized from HFCLK (LFSYNT)

Reserved

Methods

impl SRCR
[src]

Value of the field as raw bits

Checks if the value of the field is RC

Checks if the value of the field is XTAL

Checks if the value of the field is SYNTH

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