[][src]Struct atsams70q19::pmc::ckgr_mor::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn moscxten(&self) -> MOSCXTEN_R[src]

Bit 0 - Main Crystal Oscillator Enable

pub fn moscxtby(&self) -> MOSCXTBY_R[src]

Bit 1 - Main Crystal Oscillator Bypass

pub fn waitmode(&self) -> WAITMODE_R[src]

Bit 2 - Wait Mode Command (Write-only)

pub fn moscrcen(&self) -> MOSCRCEN_R[src]

Bit 3 - Main RC Oscillator Enable

pub fn moscrcf(&self) -> MOSCRCF_R[src]

Bits 4:6 - Main RC Oscillator Frequency Selection

pub fn moscxtst(&self) -> MOSCXTST_R[src]

Bits 8:15 - Main Crystal Oscillator Startup Time

pub fn key(&self) -> KEY_R[src]

Bits 16:23 - Write Access Password

pub fn moscsel(&self) -> MOSCSEL_R[src]

Bit 24 - Main Clock Oscillator Selection

pub fn cfden(&self) -> CFDEN_R[src]

Bit 25 - Clock Failure Detector Enable

pub fn xt32kfme(&self) -> XT32KFME_R[src]

Bit 26 - 32.768 kHz Crystal Oscillator Frequency Monitoring Enable

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self