#[repr(u8)]pub enum CPUNIDEN_A {
ENABLED = 255,
DISABLED = 0,
}
Expand description
Configure CPU non-intrusive debug features
Value on reset: 255
Variants§
ENABLED = 255
255: Enable CPU ITM and ETM functionality (default behavior)
DISABLED = 0
0: Disable CPU ITM and ETM functionality
Trait Implementations§
Source§impl Clone for CPUNIDEN_A
impl Clone for CPUNIDEN_A
Source§fn clone(&self) -> CPUNIDEN_A
fn clone(&self) -> CPUNIDEN_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CPUNIDEN_A
impl Debug for CPUNIDEN_A
Source§impl From<CPUNIDEN_A> for u8
impl From<CPUNIDEN_A> for u8
Source§fn from(variant: CPUNIDEN_A) -> Self
fn from(variant: CPUNIDEN_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CPUNIDEN_A
impl PartialEq for CPUNIDEN_A
impl Copy for CPUNIDEN_A
impl StructuralPartialEq for CPUNIDEN_A
Auto Trait Implementations§
impl Freeze for CPUNIDEN_A
impl RefUnwindSafe for CPUNIDEN_A
impl Send for CPUNIDEN_A
impl Sync for CPUNIDEN_A
impl Unpin for CPUNIDEN_A
impl UnwindSafe for CPUNIDEN_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more