Struct w806_pac::pmu::control_register::BYPASS_32K_W
source · [−]pub struct BYPASS_32K_W<'a> { /* private fields */ }
Expand description
Field bypass_32k
writer - Bypass 32k oscillator
Implementations
sourceimpl<'a> BYPASS_32K_W<'a>
impl<'a> BYPASS_32K_W<'a>
sourcepub fn variant(self, variant: BYPASS_32K_A) -> &'a mut W
pub fn variant(self, variant: BYPASS_32K_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for BYPASS_32K_W<'a>
impl<'a> Send for BYPASS_32K_W<'a>
impl<'a> Sync for BYPASS_32K_W<'a>
impl<'a> Unpin for BYPASS_32K_W<'a>
impl<'a> !UnwindSafe for BYPASS_32K_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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