Enum atsamd51n::system_control::icsr::PENDSVCLR_A
source · [−]pub enum PENDSVCLR_A {
VALUE_0,
VALUE_1,
}
Expand description
PendSV clear-pending bit
Value on reset: 0
Variants
VALUE_0
0: No effect
VALUE_1
1: Removes the pending state from the PendSV exception
Trait Implementations
sourceimpl Clone for PENDSVCLR_A
impl Clone for PENDSVCLR_A
sourcefn clone(&self) -> PENDSVCLR_A
fn clone(&self) -> PENDSVCLR_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 PENDSVCLR_A
impl Debug for PENDSVCLR_A
sourceimpl From<PENDSVCLR_A> for bool
impl From<PENDSVCLR_A> for bool
sourcefn from(variant: PENDSVCLR_A) -> Self
fn from(variant: PENDSVCLR_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<PENDSVCLR_A> for PENDSVCLR_A
impl PartialEq<PENDSVCLR_A> for PENDSVCLR_A
sourcefn eq(&self, other: &PENDSVCLR_A) -> bool
fn eq(&self, other: &PENDSVCLR_A) -> bool
impl Copy for PENDSVCLR_A
impl StructuralPartialEq for PENDSVCLR_A
Auto Trait Implementations
impl RefUnwindSafe for PENDSVCLR_A
impl Send for PENDSVCLR_A
impl Sync for PENDSVCLR_A
impl Unpin for PENDSVCLR_A
impl UnwindSafe for PENDSVCLR_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