Struct atsamd51n::system_control::scr::SEVONPEND_W
source · [−]pub struct SEVONPEND_W<'a> { /* private fields */ }
Expand description
Field SEVONPEND
writer - Send Event on Pending bit
Implementations
sourceimpl<'a> SEVONPEND_W<'a>
impl<'a> SEVONPEND_W<'a>
sourcepub fn variant(self, variant: SEVONPEND_A) -> &'a mut W
pub fn variant(self, variant: SEVONPEND_A) -> &'a mut W
Writes variant
to the field
sourcepub fn value_0(self) -> &'a mut W
pub fn value_0(self) -> &'a mut W
Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded
Auto Trait Implementations
impl<'a> RefUnwindSafe for SEVONPEND_W<'a>
impl<'a> Send for SEVONPEND_W<'a>
impl<'a> Sync for SEVONPEND_W<'a>
impl<'a> Unpin for SEVONPEND_W<'a>
impl<'a> !UnwindSafe for SEVONPEND_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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