#[repr(C)]pub struct RegisterBlock {Show 20 fields
pub tasks_hfclkstart: TASKS_HFCLKSTART,
pub tasks_hfclkstop: TASKS_HFCLKSTOP,
pub tasks_lfclkstart: TASKS_LFCLKSTART,
pub tasks_lfclkstop: TASKS_LFCLKSTOP,
pub tasks_cal: TASKS_CAL,
pub tasks_ctstart: TASKS_CTSTART,
pub tasks_ctstop: TASKS_CTSTOP,
pub events_hfclkstarted: EVENTS_HFCLKSTARTED,
pub events_lfclkstarted: EVENTS_LFCLKSTARTED,
pub events_done: EVENTS_DONE,
pub events_ctto: EVENTS_CTTO,
pub intenset: INTENSET,
pub intenclr: INTENCLR,
pub hfclkrun: HFCLKRUN,
pub hfclkstat: HFCLKSTAT,
pub lfclkrun: LFCLKRUN,
pub lfclkstat: LFCLKSTAT,
pub lfclksrccopy: LFCLKSRCCOPY,
pub lfclksrc: LFCLKSRC,
pub ctiv: CTIV,
/* private fields */
}Expand description
Register block
Fields§
§tasks_hfclkstart: TASKS_HFCLKSTART0x00 - Start HFCLK crystal oscillator
tasks_hfclkstop: TASKS_HFCLKSTOP0x04 - Stop HFCLK crystal oscillator
tasks_lfclkstart: TASKS_LFCLKSTART0x08 - Start LFCLK source
tasks_lfclkstop: TASKS_LFCLKSTOP0x0c - Stop LFCLK source
tasks_cal: TASKS_CAL0x10 - Start calibration of LFRC oscillator
tasks_ctstart: TASKS_CTSTART0x14 - Start calibration timer
tasks_ctstop: TASKS_CTSTOP0x18 - Stop calibration timer
events_hfclkstarted: EVENTS_HFCLKSTARTED0x100 - HFCLK oscillator started
events_lfclkstarted: EVENTS_LFCLKSTARTED0x104 - LFCLK started
events_done: EVENTS_DONE0x10c - Calibration of LFCLK RC oscillator complete event
events_ctto: EVENTS_CTTO0x110 - Calibration timer timeout
intenset: INTENSET0x304 - Enable interrupt
intenclr: INTENCLR0x308 - Disable interrupt
hfclkrun: HFCLKRUN0x408 - Status indicating that HFCLKSTART task has been triggered
hfclkstat: HFCLKSTAT0x40c - HFCLK status
lfclkrun: LFCLKRUN0x414 - Status indicating that LFCLKSTART task has been triggered
lfclkstat: LFCLKSTAT0x418 - LFCLK status
lfclksrccopy: LFCLKSRCCOPY0x41c - Copy of LFCLKSRC register, set when LFCLKSTART task was triggered
lfclksrc: LFCLKSRC0x518 - Clock source for the LFCLK
ctiv: CTIV0x538 - Calibration timer interval
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more