[−][src]Struct nrf52832_hal::target::clock::RegisterBlock
Register block
Fields
tasks_hfclkstart: TASKS_HFCLKSTART
0x00 - Start HFCLK crystal oscillator
tasks_hfclkstop: TASKS_HFCLKSTOP
0x04 - Stop HFCLK crystal oscillator
tasks_lfclkstart: TASKS_LFCLKSTART
0x08 - Start LFCLK source
tasks_lfclkstop: TASKS_LFCLKSTOP
0x0c - Stop LFCLK source
tasks_cal: TASKS_CAL
0x10 - Start calibration of LFRC oscillator
tasks_ctstart: TASKS_CTSTART
0x14 - Start calibration timer
tasks_ctstop: TASKS_CTSTOP
0x18 - Stop calibration timer
events_hfclkstarted: EVENTS_HFCLKSTARTED
0x100 - HFCLK oscillator started
events_lfclkstarted: EVENTS_LFCLKSTARTED
0x104 - LFCLK started
events_done: EVENTS_DONE
0x10c - Calibration of LFCLK RC oscillator complete event
events_ctto: EVENTS_CTTO
0x110 - Calibration timer timeout
intenset: INTENSET
0x304 - Enable interrupt
intenclr: INTENCLR
0x308 - Disable interrupt
hfclkrun: HFCLKRUN
0x408 - Status indicating that HFCLKSTART task has been triggered
hfclkstat: HFCLKSTAT
0x40c - HFCLK status
lfclkrun: LFCLKRUN
0x414 - Status indicating that LFCLKSTART task has been triggered
lfclkstat: LFCLKSTAT
0x418 - LFCLK status
lfclksrccopy: LFCLKSRCCOPY
0x41c - Copy of LFCLKSRC register, set when LFCLKSTART task was triggered
lfclksrc: LFCLKSRC
0x518 - Clock source for the LFCLK
ctiv: CTIV
0x538 - Calibration timer interval
traceconfig: TRACECONFIG
0x55c - Clocking options for the Trace Port debug interface
Auto Trait Implementations
impl Send for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more