pub struct RegisterBlock {
Show 21 fields pub tasks_hfclkstart: Reg<TASKS_HFCLKSTART_SPEC>, pub tasks_hfclkstop: Reg<TASKS_HFCLKSTOP_SPEC>, pub tasks_lfclkstart: Reg<TASKS_LFCLKSTART_SPEC>, pub tasks_lfclkstop: Reg<TASKS_LFCLKSTOP_SPEC>, pub tasks_cal: Reg<TASKS_CAL_SPEC>, pub tasks_ctstart: Reg<TASKS_CTSTART_SPEC>, pub tasks_ctstop: Reg<TASKS_CTSTOP_SPEC>, pub events_hfclkstarted: Reg<EVENTS_HFCLKSTARTED_SPEC>, pub events_lfclkstarted: Reg<EVENTS_LFCLKSTARTED_SPEC>, pub events_done: Reg<EVENTS_DONE_SPEC>, pub events_ctto: Reg<EVENTS_CTTO_SPEC>, pub intenset: Reg<INTENSET_SPEC>, pub intenclr: Reg<INTENCLR_SPEC>, pub hfclkrun: Reg<HFCLKRUN_SPEC>, pub hfclkstat: Reg<HFCLKSTAT_SPEC>, pub lfclkrun: Reg<LFCLKRUN_SPEC>, pub lfclkstat: Reg<LFCLKSTAT_SPEC>, pub lfclksrccopy: Reg<LFCLKSRCCOPY_SPEC>, pub lfclksrc: Reg<LFCLKSRC_SPEC>, pub ctiv: Reg<CTIV_SPEC>, pub traceconfig: Reg<TRACECONFIG_SPEC>, /* private fields */
}
Expand description

Register block

Fields

tasks_hfclkstart: Reg<TASKS_HFCLKSTART_SPEC>

0x00 - Start HFCLK crystal oscillator

tasks_hfclkstop: Reg<TASKS_HFCLKSTOP_SPEC>

0x04 - Stop HFCLK crystal oscillator

tasks_lfclkstart: Reg<TASKS_LFCLKSTART_SPEC>

0x08 - Start LFCLK source

tasks_lfclkstop: Reg<TASKS_LFCLKSTOP_SPEC>

0x0c - Stop LFCLK source

tasks_cal: Reg<TASKS_CAL_SPEC>

0x10 - Start calibration of LFRC oscillator

tasks_ctstart: Reg<TASKS_CTSTART_SPEC>

0x14 - Start calibration timer

tasks_ctstop: Reg<TASKS_CTSTOP_SPEC>

0x18 - Stop calibration timer

events_hfclkstarted: Reg<EVENTS_HFCLKSTARTED_SPEC>

0x100 - HFCLK oscillator started

events_lfclkstarted: Reg<EVENTS_LFCLKSTARTED_SPEC>

0x104 - LFCLK started

events_done: Reg<EVENTS_DONE_SPEC>

0x10c - Calibration of LFCLK RC oscillator complete event

events_ctto: Reg<EVENTS_CTTO_SPEC>

0x110 - Calibration timer timeout

intenset: Reg<INTENSET_SPEC>

0x304 - Enable interrupt

intenclr: Reg<INTENCLR_SPEC>

0x308 - Disable interrupt

hfclkrun: Reg<HFCLKRUN_SPEC>

0x408 - Status indicating that HFCLKSTART task has been triggered

hfclkstat: Reg<HFCLKSTAT_SPEC>

0x40c - HFCLK status

lfclkrun: Reg<LFCLKRUN_SPEC>

0x414 - Status indicating that LFCLKSTART task has been triggered

lfclkstat: Reg<LFCLKSTAT_SPEC>

0x418 - LFCLK status

lfclksrccopy: Reg<LFCLKSRCCOPY_SPEC>

0x41c - Copy of LFCLKSRC register, set when LFCLKSTART task was triggered

lfclksrc: Reg<LFCLKSRC_SPEC>

0x518 - Clock source for the LFCLK

ctiv: Reg<CTIV_SPEC>

0x538 - Calibration timer interval

traceconfig: Reg<TRACECONFIG_SPEC>

0x55c - Clocking options for the Trace Port debug interface

Auto Trait Implementations

Blanket Implementations

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

Returns the argument unchanged.

Calls U::from(self).

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

Performs the conversion.
Performs the conversion.
Casts the value.
Casts the value.
Should always be Self
Casts the value.
Casts the value.
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.
Casts the value.
Casts the value.
Casts the value.
Casts the value.