Struct w806_pac::pmu::control_register::WAKEUP_LEVEL_W
source · [−]pub struct WAKEUP_LEVEL_W<'a> { /* private fields */ }
Expand description
Field wakeup_level
writer - IO wake-up polarity selection
Implementations
sourceimpl<'a> WAKEUP_LEVEL_W<'a>
impl<'a> WAKEUP_LEVEL_W<'a>
sourcepub fn variant(self, variant: WAKEUP_LEVEL_A) -> &'a mut W
pub fn variant(self, variant: WAKEUP_LEVEL_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for WAKEUP_LEVEL_W<'a>
impl<'a> Send for WAKEUP_LEVEL_W<'a>
impl<'a> Sync for WAKEUP_LEVEL_W<'a>
impl<'a> Unpin for WAKEUP_LEVEL_W<'a>
impl<'a> !UnwindSafe for WAKEUP_LEVEL_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