#[repr(u8)]pub enum CPU0_SPIDEN_A {
DISABLE = 1,
ENABLE = 2,
}Expand description
CPU0 Secure Invasive debug control:.
Value on reset: 0
Variants§
DISABLE = 1
1: Any other value than b10: invasive debug is disable.
ENABLE = 2
2: 10: Invasive debug is enabled.
Trait Implementations§
Source§impl Clone for CPU0_SPIDEN_A
impl Clone for CPU0_SPIDEN_A
Source§fn clone(&self) -> CPU0_SPIDEN_A
fn clone(&self) -> CPU0_SPIDEN_A
Returns a duplicate 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 CPU0_SPIDEN_A
impl Debug for CPU0_SPIDEN_A
Source§impl From<CPU0_SPIDEN_A> for u8
impl From<CPU0_SPIDEN_A> for u8
Source§fn from(variant: CPU0_SPIDEN_A) -> Self
fn from(variant: CPU0_SPIDEN_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CPU0_SPIDEN_A
impl PartialEq for CPU0_SPIDEN_A
impl Copy for CPU0_SPIDEN_A
impl StructuralPartialEq for CPU0_SPIDEN_A
Auto Trait Implementations§
impl Freeze for CPU0_SPIDEN_A
impl RefUnwindSafe for CPU0_SPIDEN_A
impl Send for CPU0_SPIDEN_A
impl Sync for CPU0_SPIDEN_A
impl Unpin for CPU0_SPIDEN_A
impl UnwindSafe for CPU0_SPIDEN_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