Enum atsamd51n::system_control::ccr::UNALIGN_TRP_A
source · [−]pub enum UNALIGN_TRP_A {
VALUE_0,
VALUE_1,
}
Expand description
Enables unaligned access traps
Value on reset: 0
Variants
VALUE_0
0: Do not trap unaligned halfword and word accesses
VALUE_1
1: Trap unaligned halfword and word accesses
Trait Implementations
sourceimpl Clone for UNALIGN_TRP_A
impl Clone for UNALIGN_TRP_A
sourcefn clone(&self) -> UNALIGN_TRP_A
fn clone(&self) -> UNALIGN_TRP_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 UNALIGN_TRP_A
impl Debug for UNALIGN_TRP_A
sourceimpl From<UNALIGN_TRP_A> for bool
impl From<UNALIGN_TRP_A> for bool
sourcefn from(variant: UNALIGN_TRP_A) -> Self
fn from(variant: UNALIGN_TRP_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<UNALIGN_TRP_A> for UNALIGN_TRP_A
impl PartialEq<UNALIGN_TRP_A> for UNALIGN_TRP_A
sourcefn eq(&self, other: &UNALIGN_TRP_A) -> bool
fn eq(&self, other: &UNALIGN_TRP_A) -> bool
impl Copy for UNALIGN_TRP_A
impl StructuralPartialEq for UNALIGN_TRP_A
Auto Trait Implementations
impl RefUnwindSafe for UNALIGN_TRP_A
impl Send for UNALIGN_TRP_A
impl Sync for UNALIGN_TRP_A
impl Unpin for UNALIGN_TRP_A
impl UnwindSafe for UNALIGN_TRP_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