pub struct R(/* private fields */);
Expand description
Register STATUS
reader
Implementations§
Source§impl R
impl R
Sourcepub fn hfrcoens(&self) -> HFRCOENS_R
pub fn hfrcoens(&self) -> HFRCOENS_R
Bit 0 - HFRCO Enable Status
Sourcepub fn hfrcordy(&self) -> HFRCORDY_R
pub fn hfrcordy(&self) -> HFRCORDY_R
Bit 1 - HFRCO Ready
Sourcepub fn auxhfrcoens(&self) -> AUXHFRCOENS_R
pub fn auxhfrcoens(&self) -> AUXHFRCOENS_R
Bit 4 - AUXHFRCO Enable Status
Sourcepub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
pub fn auxhfrcordy(&self) -> AUXHFRCORDY_R
Bit 5 - AUXHFRCO Ready
Sourcepub fn lfrcoens(&self) -> LFRCOENS_R
pub fn lfrcoens(&self) -> LFRCOENS_R
Bit 6 - LFRCO Enable Status
Sourcepub fn lfrcordy(&self) -> LFRCORDY_R
pub fn lfrcordy(&self) -> LFRCORDY_R
Bit 7 - LFRCO Ready
Sourcepub fn hfrcosel(&self) -> HFRCOSEL_R
pub fn hfrcosel(&self) -> HFRCOSEL_R
Bit 10 - HFRCO Selected
Sourcepub fn lfrcosel(&self) -> LFRCOSEL_R
pub fn lfrcosel(&self) -> LFRCOSEL_R
Bit 12 - LFRCO Selected
Methods from Deref<Target = R<STATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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