#[repr(C)]
pub struct RegisterBlock { pub evctrl: Reg<EVCTRL_SPEC>, pub intenclr: Reg<INTENCLR_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intflag: Reg<INTFLAG_SPEC>, pub status: Reg<STATUS_SPEC>, pub xoscctrl: [Reg<XOSCCTRL_SPEC>; 2], pub dfllctrla: Reg<DFLLCTRLA_SPEC>, pub dfllctrlb: Reg<DFLLCTRLB_SPEC>, pub dfllval: Reg<DFLLVAL_SPEC>, pub dfllmul: Reg<DFLLMUL_SPEC>, pub dfllsync: Reg<DFLLSYNC_SPEC>, pub dpll: [DPLL; 2], /* private fields */ }
Expand description

Register block

Fields

evctrl: Reg<EVCTRL_SPEC>

0x00 - Event Control

intenclr: Reg<INTENCLR_SPEC>

0x04 - Interrupt Enable Clear

intenset: Reg<INTENSET_SPEC>

0x08 - Interrupt Enable Set

intflag: Reg<INTFLAG_SPEC>

0x0c - Interrupt Flag Status and Clear

status: Reg<STATUS_SPEC>

0x10 - Status

xoscctrl: [Reg<XOSCCTRL_SPEC>; 2]

0x14..0x1c - External Multipurpose Crystal Oscillator Control

dfllctrla: Reg<DFLLCTRLA_SPEC>

0x1c - DFLL48M Control A

dfllctrlb: Reg<DFLLCTRLB_SPEC>

0x20 - DFLL48M Control B

dfllval: Reg<DFLLVAL_SPEC>

0x24 - DFLL48M Value

dfllmul: Reg<DFLLMUL_SPEC>

0x28 - DFLL48M Multiplier

dfllsync: Reg<DFLLSYNC_SPEC>

0x2c - DFLL48M Synchronization

dpll: [DPLL; 2]

0x30..0x58 - DPLL[%s]

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.