[][src]Struct saml10d14a::oscctrl::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub evctrl: EVCTRL,
    pub intenclr: INTENCLR,
    pub intenset: INTENSET,
    pub intflag: INTFLAG,
    pub status: STATUS,
    pub xoscctrl: XOSCCTRL,
    pub cfdpresc: CFDPRESC,
    pub osc16mctrl: OSC16MCTRL,
    pub dfllulpctrl: DFLLULPCTRL,
    pub dfllulpdither: DFLLULPDITHER,
    pub dfllulprreq: DFLLULPRREQ,
    pub dfllulpdly: DFLLULPDLY,
    pub dfllulpratio: DFLLULPRATIO,
    pub dfllulpsyncbusy: DFLLULPSYNCBUSY,
    pub dpllctrla: DPLLCTRLA,
    pub dpllratio: DPLLRATIO,
    pub dpllctrlb: DPLLCTRLB,
    pub dpllpresc: DPLLPRESC,
    pub dpllsyncbusy: DPLLSYNCBUSY,
    pub dpllstatus: DPLLSTATUS,
    // some fields omitted
}

Register block

Fields

evctrl: EVCTRL

0x00 - Event Control

intenclr: INTENCLR

0x04 - Interrupt Enable Clear

intenset: INTENSET

0x08 - Interrupt Enable Set

intflag: INTFLAG

0x0c - Interrupt Flag Status and Clear

status: STATUS

0x10 - Status

xoscctrl: XOSCCTRL

0x14 - External Multipurpose Crystal Oscillator (XOSC) Control

cfdpresc: CFDPRESC

0x16 - Clock Failure Detector Prescaler

osc16mctrl: OSC16MCTRL

0x18 - 16MHz Internal Oscillator (OSC16M) Control

dfllulpctrl: DFLLULPCTRL

0x1c - DFLLULP Control

dfllulpdither: DFLLULPDITHER

0x1e - DFLLULP Dither Control

dfllulprreq: DFLLULPRREQ

0x1f - DFLLULP Read Request

dfllulpdly: DFLLULPDLY

0x20 - DFLLULP Delay Value

dfllulpratio: DFLLULPRATIO

0x24 - DFLLULP Target Ratio

dfllulpsyncbusy: DFLLULPSYNCBUSY

0x28 - DFLLULP Synchronization Busy

dpllctrla: DPLLCTRLA

0x2c - DPLL Control A

dpllratio: DPLLRATIO

0x30 - DPLL Ratio Control

dpllctrlb: DPLLCTRLB

0x34 - DPLL Control B

dpllpresc: DPLLPRESC

0x38 - DPLL Prescaler

dpllsyncbusy: DPLLSYNCBUSY

0x3c - DPLL Synchronization Busy

dpllstatus: DPLLSTATUS

0x40 - DPLL Status

Auto Trait Implementations

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