Struct d1_pac::rtc::losc_auto_swt_sta::W
source · pub struct W(/* private fields */);
Expand description
Register losc_auto_swt_sta
writer
Implementations§
source§impl W
impl W
sourcepub fn losc_auto_swt_pend(&mut self) -> LOSC_AUTO_SWT_PEND_W<'_, 1>
pub fn losc_auto_swt_pend(&mut self) -> LOSC_AUTO_SWT_PEND_W<'_, 1>
Bit 1 - LOSC auto switch pending
Methods from Deref<Target = W<LOSC_AUTO_SWT_STA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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