pub struct CPU0_SPNIDEN_R(/* private fields */);Expand description
Field CPU0_SPNIDEN reader - CPU0 Secure Non Invasive debug control:.
Implementations§
Source§impl CPU0_SPNIDEN_R
impl CPU0_SPNIDEN_R
Sourcepub fn variant(&self) -> Option<CPU0_SPNIDEN_A>
pub fn variant(&self) -> Option<CPU0_SPNIDEN_A>
Get enumerated values variant
Sourcepub fn is_disable(&self) -> bool
pub fn is_disable(&self) -> bool
Checks if the value of the field is DISABLE
Methods from Deref<Target = FieldReader<u8, CPU0_SPNIDEN_A>>§
Trait Implementations§
Source§impl Deref for CPU0_SPNIDEN_R
impl Deref for CPU0_SPNIDEN_R
Source§type Target = FieldReader<u8, CPU0_SPNIDEN_A>
type Target = FieldReader<u8, CPU0_SPNIDEN_A>
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for CPU0_SPNIDEN_R
impl RefUnwindSafe for CPU0_SPNIDEN_R
impl Send for CPU0_SPNIDEN_R
impl Sync for CPU0_SPNIDEN_R
impl Unpin for CPU0_SPNIDEN_R
impl UnwindSafe for CPU0_SPNIDEN_R
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