Struct nrf52811_pac::clock::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 20 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>, // some fields omitted
}
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

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

Performs the conversion.

Performs the conversion.

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.