pub struct R(_);
Expand description
Register XOSCCTRL[%s]
reader
Implementations
sourceimpl R
impl R
sourcepub fn runstdby(&self) -> RUNSTDBY_R
pub fn runstdby(&self) -> RUNSTDBY_R
Bit 6 - Run in Standby
sourcepub fn ondemand(&self) -> ONDEMAND_R
pub fn ondemand(&self) -> ONDEMAND_R
Bit 7 - On Demand Control
sourcepub fn lowbufgain(&self) -> LOWBUFGAIN_R
pub fn lowbufgain(&self) -> LOWBUFGAIN_R
Bit 8 - Low Buffer Gain Enable
sourcepub fn cfdpresc(&self) -> CFDPRESC_R
pub fn cfdpresc(&self) -> CFDPRESC_R
Bits 24:27 - Clock Failure Detector Prescaler
Methods from Deref<Target = R<XOSCCTRL_SPEC>>
Trait Implementations
sourceimpl From<R<XOSCCTRL_SPEC>> for R
impl From<R<XOSCCTRL_SPEC>> for R
sourcefn from(reader: R<XOSCCTRL_SPEC>) -> Self
fn from(reader: R<XOSCCTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more