Struct atsame54p19a_pac::oscctrl::RegisterBlock[][src]

#[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 dpll: [DPLL; 2],
    // 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

dpll: [DPLL; 2]

0x30 - DPLL[%s]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.