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