[][src]Struct atsamd51g19a::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; 2],
    pub dfllctrla: DFLLCTRLA,
    pub dfllctrlb: DFLLCTRLB,
    pub dfllval: DFLLVAL,
    pub dfllmul: DFLLMUL,
    pub dfllsync: DFLLSYNC,
    pub dpllctrla0: DPLLCTRLA,
    pub dpllratio0: DPLLRATIO,
    pub dpllctrlb0: DPLLCTRLB,
    pub dpllsyncbusy0: DPLLSYNCBUSY,
    pub dpllstatus0: DPLLSTATUS,
    pub dpllctrla1: DPLLCTRLA,
    pub dpllratio1: DPLLRATIO,
    pub dpllctrlb1: DPLLCTRLB,
    pub dpllsyncbusy1: DPLLSYNCBUSY,
    pub dpllstatus1: 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; 2]

0x14 - External Multipurpose Crystal Oscillator Control

dfllctrla: DFLLCTRLA

0x1c - DFLL48M Control A

dfllctrlb: DFLLCTRLB

0x20 - DFLL48M Control B

dfllval: DFLLVAL

0x24 - DFLL48M Value

dfllmul: DFLLMUL

0x28 - DFLL48M Multiplier

dfllsync: DFLLSYNC

0x2c - DFLL48M Synchronization

dpllctrla0: DPLLCTRLA

0x30 - DPLL Control A

dpllratio0: DPLLRATIO

0x34 - DPLL Ratio Control

dpllctrlb0: DPLLCTRLB

0x38 - DPLL Control B

dpllsyncbusy0: DPLLSYNCBUSY

0x3c - DPLL Synchronization Busy

dpllstatus0: DPLLSTATUS

0x40 - DPLL Status

dpllctrla1: DPLLCTRLA

0x44 - DPLL Control A

dpllratio1: DPLLRATIO

0x48 - DPLL Ratio Control

dpllctrlb1: DPLLCTRLB

0x4c - DPLL Control B

dpllsyncbusy1: DPLLSYNCBUSY

0x50 - DPLL Synchronization Busy

dpllstatus1: DPLLSTATUS

0x54 - 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