Enum atsamd51n::system_control::scr::SEVONPEND_A
source · [−]pub enum SEVONPEND_A {
VALUE_0,
VALUE_1,
}
Expand description
Send Event on Pending bit
Value on reset: 0
Variants
VALUE_0
0: Only enabled interrupts or events can wakeup the processor, disabled interrupts are excluded
VALUE_1
1: Enabled events and all interrupts, including disabled interrupts, can wakeup the processor
Trait Implementations
sourceimpl Clone for SEVONPEND_A
impl Clone for SEVONPEND_A
sourcefn clone(&self) -> SEVONPEND_A
fn clone(&self) -> SEVONPEND_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SEVONPEND_A
impl Debug for SEVONPEND_A
sourceimpl From<SEVONPEND_A> for bool
impl From<SEVONPEND_A> for bool
sourcefn from(variant: SEVONPEND_A) -> Self
fn from(variant: SEVONPEND_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SEVONPEND_A> for SEVONPEND_A
impl PartialEq<SEVONPEND_A> for SEVONPEND_A
sourcefn eq(&self, other: &SEVONPEND_A) -> bool
fn eq(&self, other: &SEVONPEND_A) -> bool
impl Copy for SEVONPEND_A
impl StructuralPartialEq for SEVONPEND_A
Auto Trait Implementations
impl RefUnwindSafe for SEVONPEND_A
impl Send for SEVONPEND_A
impl Sync for SEVONPEND_A
impl Unpin for SEVONPEND_A
impl UnwindSafe for SEVONPEND_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