Struct d1_pac::rtc::losc_auto_swt_sta::R
source · pub struct R(/* private fields */);
Expand description
Register losc_auto_swt_sta
reader
Implementations§
source§impl R
impl R
sourcepub fn losc_src_sel_sta(&self) -> LOSC_SRC_SEL_STA_R
pub fn losc_src_sel_sta(&self) -> LOSC_SRC_SEL_STA_R
Bit 0 - Checking LOSC clock source status
sourcepub fn losc_auto_swt_pend(&self) -> LOSC_AUTO_SWT_PEND_R
pub fn losc_auto_swt_pend(&self) -> LOSC_AUTO_SWT_PEND_R
Bit 1 - LOSC auto switch pending
sourcepub fn ext_losc_sta(&self) -> EXT_LOSC_STA_R
pub fn ext_losc_sta(&self) -> EXT_LOSC_STA_R
Bit 2 - Work only when the auto switch function is enabled.
Methods from Deref<Target = R<LOSC_AUTO_SWT_STA_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